{
"chatroomId": "44420751013@chatroom",
"content": "hallo",
"memberWxid": "wxid_o9jco5r4p63l22"
}curl --location --request POST '/addGroupMemberAsFriend' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatroomId": "44420751013@chatroom",
"content": "hallo",
"memberWxid": "wxid_o9jco5r4p63l22"
}'{
"ret": 0,
"msg": "string",
"data": {
"v3": "string"
}
}