How do i send plain text in the request body of a POST REST service?
Set HTTP Method to POST
Request format: Plain Text
I made an input parameter set to 'send in' : body
But I don't think the request body is being filled with the input parameter.
Can anyone help me out?