Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/firewall/URLBlock?domain_uuid=dbdaf46a-f5ce-11ec-b939-0242ac120002&type=0' \ --header 'Accept;'
{ "code": 0, "message": "string", "data": { "domain_uuid": "string", "type": 0, "url_list": [ { "path": "string", "method": "string" } ], "active": true } }