HTTP Headers
info
Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.
Description
The Http Headers
object contains configuration details for the HTTP headers that is used to make requests. The headers content follow the HTTP headers specification.
Example
{
"Authorization": "Bearer test",
"Content-Type": "application/json"
}