curl --location --request POST 'https://api-staging.tenbyte.io/v1/distributions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "chaldal new",
"type":"custom",
"domain_type": "system",
// "domain": "openresty.sohel.pro",
"description": "test",
"cache_strategy": "vod",
"host_header": "cdn233.tenbyte.com.my",
"origin": {
"name": "chaldal",
"type": "s3",
"endpoint": "https://3aa3af49-9bdb-498c-ad02-3a0d6a865aea.s3.ap-southeast-1.wasabisys.com", // Fully qualified domain
"bucket": "3aa3af49-9bdb-498c-ad02-3a0d6a865aea",
"region": "ap-southeast-2",
"access_key": "YZWR9IWTPPKUD94SFKZH",
"secret_key": "JITp30RNBDwc7KDBCNc1zwkkfePcPan9kBePcGApS",
}
}'