Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/admin/v1/sites' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "example6.com",
"upstreams": [
{
"name": "default",
"url": "http://backend.example.com:8080",
"weight": 1
}
],
"enabled": true
}'{}