{
    "appId": "{{appid}}",
    "chatroomRemark": "GeWe test private",
    "chatroomId": "34757816141@chatroom"
}curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/group/modifyChatroomRemark' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "",
    "chatroomRemark": "GeWe test private",
    "chatroomId": "34757816141@chatroom"
}'{
    "ret": 200,
    "msg": "操作成功"
}