Paypal api – Laravel HTTP Client does not work with empty body but Postman works
So I'm having an interesting issue with Laravel HTTP Client while trying to hit an API endpoint for PayPal. I can get Laravel HTTP Client working on all my endpoints that POST with data, but this one endpoint that only…