{
"chatId": "string",
"filterId": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/chatFilter/addChat' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "string",
"filterId": "string"
}'
{
"errcode": 0,
"errmsg": "string"
}