Level 29
Create your own rate limiter its explained in this section in the docs https://laravel.com/docs/10.x/routing#defining-rate-limiters
Then use that as throttle middleware, for example if you named the rate limiter apiposts
->middleware('throttle:apiposts');