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