I have a POST API request I need to make to retrieve an authorization bearer token and the service requires the body to be submitted using “form-data”. How do I construct that within Parabola? Typically you would construct it something like:
Right now, Parabola cannot send data using “form-data” body encoding. We support sending a raw JSON body at the moment. Unfortunately, there is not a good workaround for this. Can you send a link to the API docs? We can check to see if they support another method that we also support.
Thanks for the quick reply. I didn’t there would be a solution for sending “form-data” but I thought I would ask anyways. Here’s the link to the API documentation:
It’s still not possible to send data using form-data body encoding. Feel free to link the API docs, and I’d be happy to check and see if there is another method we can support!