{
"data": {
"room_wxid": "61******@chatroom",
"name": "修改群名称"
},
"type": 31009
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"room_wxid": "61******@chatroom",
"name": "修改群名称"
},
"type": 31009
}'{
"data": {
"ret": 0
},
"msg": "ok",
"type": 31009
}