Mandatory Headers
These are key-value pairs that are needed for every HTTP request sent to the defined APIs. Support is available for “Content-type”:”application/json”. There can be additional headers depending on the system.
For example:
"mandatoryHeaders":{
"Content-Type":"application/json"
}