I am using Laravel Passport for Authentication in my Laravel-8 Restful Api.
Route::group([ \'middleware\' => \'auth:api\' ], function () { Route::p