curl --location --request POST '/group/modifyChatroomName' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"chatroomName": "GeWe test",
"chatroomId": "34757816141@chatroom"
}'