postJson('/api/auth/forgot', ['email' => "vol{$i}@example.ru"]) ->assertOk(); } // 21-й с одного IP → 429 от throttle-middleware (до контроллера). $this->postJson('/api/auth/forgot', ['email' => 'vol21@example.ru']) ->assertStatus(429); });