{
"domain": "apitest1.rgslb.link",
"restriction_type": "blacklist",
"restriction_item": [
"AF",
"AE"
]
}curl --location --request PUT 'https://ctgcdn.esurfingcloud.com/API/cdn/domain/geo/restriction' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "apitest1.rgslb.link",
"restriction_type": "blacklist",
"restriction_item": [
"AF",
"AE"
]
}'{"code":1,"message":"OK","data":{"id":"195","name":"apitest1.rgslb.link","restriction_type":"blacklist","restriction_item":["AF","AE"],"restriction_item_zh":["阿富汗","阿联酋"]}}