Authorization: Bearer ********************
curl --location --request DELETE 'http://39.100.59.112:8000/firewall/content/keywords?domain_uuid=&keywords=a,b,c' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"domain_uuid": "string",
"keywords": [
"string"
]
}
}