Empty body on REST Query with body type "raw"

Hello,

I am adding a REST POST query in our query librairy.
Using the debug interface of our app I can see that my request body is empty when the body type is "raw".
I changed the body type to JSON and now I can see in that the payload contains a body.

Best regards,

Hey Antoine! When the body type is set to Raw, I believe you have to manually enter the payload you want to pass along. What body is populating in the JSON mode?

Following up here, I created a bug report here (seems like changing from JSON to Raw actually clears the query body and requires you to manually re-enter even though it shouldn't). Thank you for sharing this and I'll keep this thread updated with any news :slight_smile: