{
"appId": "{{appid}}",
"wxids": "wxid_8pvka4jg6qzt22",
"chatroomId": "34757816141@chatroom",
"reason": ""
}
curl --location --request POST '/group/inviteMember' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"wxids": "wxid_8pvka4jg6qzt22",
"chatroomId": "34757816141@chatroom",
"reason": ""
}'
{
"ret": 200,
"msg": "操作成功"
}