Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/distributions/2f509a1c-fa60-4038-84b1-224ea0177ba7/headers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "Host11",
"value": "www.cdn.com",
"type": "request"
},
{
"key": "Host12",
"value": "www.cdn.com",
"type": "response",
"action": "remove"
}
]'{}