Authorization: Bearer ********************curl --location --request PUT 'https://api-staging.tenbyte.io/v1/distributions/0d986c01-7499-4b6a-99ee-94612564cf41' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tenbyte CDN",
"description": "",
"host_header": "cdn.tenbyte.com.my",
"is_http2": true,
"is_http3": false,
"sni": "cdn.tenbyte.com.my",
// "certificate_id": "162ce667-fea3-49ae-8c0b-18bd7b1fe141",
"enable_webp": true,
"is_redirect_http_to_https": false
}'{}