Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/firewall/AccessControl?domain_uuid=dbdaf46a-f5ce-11ec-b939-0242ac120002' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"domain_uuid": "string",
"config": {
"9375e99b-e0ba-4409-8f69-15f9fb27d374": {
"reject": true,
"rule": "string",
"access_uuid": "string"
}
},
"active": true
}
}