curl --request POST \
--url https://api.tenbyte.io/v1/cdn/distributions/{id}/headers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"key": "Host11",
"value": "www.cdn.com",
"type": "request"
},
{
"key": "Host12",
"value": "www.cdn.com",
"type": "response",
"action": "remove"
}
]
'