I created a feature test api.
CategoryApiTest.php
namespace Tests\\Feature; use App\\Models\\Category; use Ill