
Announcements
Hi, I'm trying to do a request to an API with my flow, the owners of the API gave me the necessary headers and parameters. I need to set the media type to text, such as in Postman, because it is necessary to se a header with Content-Type key and application/x-www-form-urlencoded value
In Postman I change the media type to text and set mentioned header and it's going to work
How can I achieve this in my flow, because by default it's set it to application/json
This is the output and the error I'm getting