{
"imContactId": "string",
"remove": true,
"imBotId": "string"
}
curl --location --request POST '/api/v2/groupChat/black/add?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"imContactId": "string",
"remove": true,
"imBotId": "string"
}'
{
"errcode": 0,
"errmsg": "string"
}