How to send arbitrary payload with Mojo::UserAgent? – Ebay API
I'm trying to use Mojo::UserAgent to access the eBay API. One of the options is to use API requests with an XML payload, but I have had no success doing it with Mojo::UserAgent. I didn't find any options for the…