curl --request POST \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
],
"isMatchExactWord": true
}
'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}Add rules to blacklist
curl --request POST \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
],
"isMatchExactWord": true
}
'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}