I have a route that looks like the following my routes/api.php file for a Laravel 8 project:
routes/api.php
Route::middleware(\'auth:api\')->get(\'/user\', f