['api/*','/*', 'sanctum/csrf-cookie','oauth/*'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*','http://localhost:3000/'], 'allowed_origins_patterns' => ['content-type', 'accept', 'x-custom-header', 'Access-Control-Allow-Origin'], 'allowed_headers' => ['*'], 'exposed_headers' => ['x-custom-response-header'], 'max_age' => 0, 'supports_credentials' => false, ];