Resolved! How to log Outbound Rest API call request body?
Hello All, I want to check the request payload of the REST API that is sending out from ServiceNow instance. Is there any way to log the request body? Please find the below REST API request: var r = new sn_ws.RESTMessageV2('xxxxx', 'Create'); r.s...