{
"data" : {
"room_wxid": "xxxxxxx",
"name": "新群名"
},
"client_id": 1,
"type": "MT_MOD_ROOM_NAME_MSG"
}curl --location '/' \
--header 'Content-Type: application/json' \
--data '{
"data" : {
"room_wxid": "xxxxxxx",
"name": "新群名"
},
"client_id": 1,
"type": "MT_MOD_ROOM_NAME_MSG"
}'{}