Authorization: Bearer ********************curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//quotas' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"count-limit": 0,
"size-limit": 0,
"time-limit": 0,
"age-limit": 0
}'{
"code": 0,
"message": "string"
}