Need to test how many requests per second a custom site can handle? Easy!
For example:
laravel new test --api --n
cd test
composer require pestphp/pest pestphp/pest-plugin-stressless --dev
vendor/bin/pest stress example.com/foo/bar --post='{"page": 2}' --duration=10 --concurrency=16