Authorization: Bearer ********************
{
"domain_uuid": "string",
"type": 0,
"url_list": [
{
"path": "string",
"method": "string"
}
]
}
curl --location --request POST 'http://39.100.59.112:8000/firewall/URLBlock' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uuid": "string",
"type": 0,
"url_list": [
{
"path": "string",
"method": "string"
}
]
}'
{
"code": 0,
"message": "string",
"data": {
"domain_uuid": "string",
"type": 0,
"url_list": [
{
"path": "string",
"method": "string"
}
]
}
}