prefix('v1')->group(function () { Route::apiResource('authentication', AuthenticationController::class)->names('authentication'); });