{
"appId": "{{appid}}",
"chatroomId": "34757816141@chatroom",
"content": "hallo",
"memberWxid": "wxid_phyyedw9xap22"
}
curl --location --request POST '/group/addGroupMemberAsFriend' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"chatroomId": "34757816141@chatroom",
"content": "hallo",
"memberWxid": "wxid_phyyedw9xap22"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"v3": "v3_020b3826fd030100000000003a070e7757675c000000501ea9a3dba12f95f6b60a0536a1adb690dcccc9bf58cc80765e6eb16bffa5996420bb1b2577634516ff82090419d8bdcd5689df8dfb21d40af93d286f72c3a0e8cfa6dcb68afed39226f008c6@stranger"
}
}