return [ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => [ 'https://test.softwaredev.solutions', 'https://apigastos.softwaredev.solutions' ], 'allowed_headers' => ['*'], 'supports_credentials' => true, ];