Authorization: Bearer ********************
curl --location --request DELETE 'http://39.100.59.112:8000/firewall/IPBlock?domain_uuid=dbdaf46a-f5ce-11ec-b939-0242ac120002&type=0&ip_list=127.0.0.1,127.0.0.2' \ --header 'Accept;'
{ "code": 0, "message": "string", "data": { "domain_uuid": "string", "type": 0, "ip_list": [ "string" ] } }