HttpContent
headers object[]nullable
Array [
key stringnullable
value string[]nullable
]
HttpContent
{
"headers": [
{
"key": "string",
"value": [
"string"
]
}
]
}
{
"headers": [
{
"key": "string",
"value": [
"string"
]
}
]
}