Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/sites' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "localhost",
"upstreams": [
{
"url": "https://tenbyte.com.my",
"timeout": 30,
"host_header": "tenbyte.com.my",
"tls_insecure_skip_verify": false
}
],
"cache": {
"ttl": 60
}
}'{}