Resolved! why the body is not going to third party during rest call?
var body = {"short_description": "test","caller_id":"Abel Tuter","description":"testing integration"}; var abc = JSON.stringify(body);var power_request = new sn_ws.RESTMessageV2('TestInstance', 'Default Post');power_request.setStringParameterNoEscap...

