I'm, trying to send a POST request with JSON data using the Http.Request API. I'm able to hit my own server from Flexsim, but I get back a 502. On the server end, its failing to read the request because it default content type send by the Flexsim Http Request is
'content-type': 'application/x-www-form-urlencoded'
Is there a way to change this header to 'application/json'? The docs don't seem to list anything obvious.