Authorization: Bearer ********************
{ "domain_uuid": "string", "active": true, "type": 0 }
curl --location --request PUT 'http://39.100.59.112:8000/firewall/IPBlock' \ --header 'Accept;' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain_uuid": "string", "active": true, "type": 0 }'
{ "code": 0, "message": "string", "data": { "domain_uuid": "string", "active": true, "type": 0 } }