Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"cache": 150,
"domain": "www.baidu.com",
"host": "1.1.1.1"
}curl --location --request POST 'http://10.10.0.26:8080/api/dns/domain' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cache": 150,
"domain": "www.baidu.com",
"host": "1.1.1.1"
}'{}