Resolved! How request.setRequestBody() work in rest mesaage
setRequestBody(String body) Sets the body content to send to the web service provider when using PUT or POST HTTP methods. When you set the body content using this method, variables in the body are not substituted for parameters from the REST messag...
