{
"guid": "string",
"msgid": "string",
"conversation_type": 0,
"customer_list": [
"string"
]
}curl --location '/msg/confirm_group_msg' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"msgid": "string",
"conversation_type": 0,
"customer_list": [
"string"
]
}'{}