This is my setup for full REST model Laravel projects Source: Laracon US 2018: TJ Miller - APIs With Laravel @14:40
Go To app/Http/Kernel.php and remove these middlewares.
\App\Http\Middleware\EncryptCookies::class- Redirect If Authenticated
\App\Http\Middleware\VerifyCsrfToken::class