Rest Adapter adding backslash to json payload when using the body
Oracle SOA Suite - Version 12.1.3.0.0
I'm attempting to send the following json in the body of a request using the Rest Adapter.
{"grant_type": "client_credentials"}
The Rest Adapter is converting the payload to this causing the request to be rejected as a bad request.
{\"grant_type\": \"client_credentials\"}