Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/vhosts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "example.com",
"upstreams": [
{
"url": "https://new-backend.example.com",
"timeout": 10,
"host_header": "new-backend.example.com"
}
],
"cache": {
"ttl": 600
},
"force_webp": true
}'{"host":"example.com","upstreams":[{"url":"https://new-backend.example.com","timeout":10,"host_header":"new-backend.example.com"}],"cache":{"ttl":600},"force_webp":true}