{
"guid": "string",
"vid_list": [
"string"
],
"is_room": true
}curl --location '/msg/check_can_send_group_msg' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"vid_list": [
"string"
],
"is_room": true
}'{
"error_code": 0,
"error_message": "string",
"data": {
"result": {}
}
}