0๐
โ
In the end, I create an API that fetches data from outside API. Since it works in simple curl, I use that curl in Axios and working. Itโs not efficient but itโs working ๐
-3๐
In your laravel press ctrl+p then write Verifycsrftoken and inside
protected $except = [ โstripe/โ, enter code here
โhttp://example.com/foo/โ, //any route ];
Source:stackexchange.com