Definition of HTTP headers to append to a HTTP request.
This type is a list with the following entry types:
| Key | Type | Description | Default Value |
|---|
"headerName" (required) | String | The name of the HTTP header | null |
"key" (required) | String | When using a user setting, this is the key of the setting. When using a static header, this is the value of the header. | null |
"type" (required) | String | The header type. Can be 'userSetting' or 'static' | null |