Route::middleware(['throttle:api'])->group(function () { Route::get('/status', fn () => ['ok' => true]); });