curl --location --request POST 'https://api.vidinfra.com/distributions' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tenbyte CDN 2",
"domain_type": "custom",
"domain": "cdn1222.tenbyte.com.my",
"description": "test",
"cache_strategy": "vod",
"host_header": "cdn233.tenbyte.com.my",
"origin": {
"name": "tenbyte-origin",
"type": "custom",
"endpoint": "https://s3.ap-southeast-1.amazonaws.com", // Fully qualified domain
// "bucket": "tenbyte-vod-files",
// "region": "ap-southeast-1",
// "access_key": "AKIA************",
// "secret_key": "***************",
// "protocol": "https", // "http" or "https"
// "use_path_style": false // Needed for MinIO or self-hosted S3
}
}'