{
"imBotId": "string",
"imRoomId": "string",
"imContactId": "string",
"mute": true
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/setMute?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "string",
"imRoomId": "string",
"imContactId": "string",
"mute": true
}'
{
"errcode": 0,
"errmsg": "string"
}