curl --location --request PUT 'https://api.vidinfra.com/distributions/62aaa13a-f980-4281-a0c4-6a24f0e77388' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tenbyte CDN",
"domain_type": "custom",
"cname": "cdn.tenbyte.com.my",
"cache_strategy": "vod",
"host_header": "cdn.tenbyte.com.my",
"origin": {
"name": "tenbyte-origin",
"type": "http",
"url": "https://tenbyte.com.my"
}
}'
{}
Authorization: Bearer ********************