{
"domain": "apitest1.rgslb.link",
"type": "white",
"value": [
"1.1.1.1",
"192.168.1.1"
]
}curl --location --request POST 'https://ctgcdn.esurfingcloud.com/API/cdn/domain/ip/filter' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "apitest1.rgslb.link",
"type": "white",
"value": [
"1.1.1.1",
"192.168.1.1"
]
}'{"code":1,"message":"OK","data":{"id":"7","did":"195","type":"white","value":"1.1.1.1,192.168.1.1","create_time":"1714282839","update_time":"1714284156"}}