How to put this in HTTP Request?

Hello guys, need some help. Iā€™m trying to input this to an HTTP Request node. How can I do this without using JSON/RAW Parameters in the body?

Here is the JSON in Postman for Body Parameter :point_down::point_down::point_down:

How can I input this into HTTP Request node without using JSON/RAW Parameters in the body??

Hey,

Please switch JSON/RAW Parameters:
image
And then you can pass any body you need.

Also open console, so you can see what request you send.

1 Like