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