I'm calling an API where I need to specify the header parameter:
Content-type: application/json
When doing so I get the error message: "Invalid value: parameter <Content-Type> contains a URI reserved character ("/" or "?")".
Is there any way to get around this? I tried using the API Extract Profile instead, which allowed "/".