curl --location 'https://new.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/confirmInvitedMemberList",
"params": {
"guid": "",
"roomId": "109*********579",
"inviterId": "78*********5450",
"InviteMsgServerId": "1000057",
"inviteCode": "UaQ6*********5SZG",
"InvitedMemberList": [
"788*********540"
]
}
}'{
"code": 0,
"data": [
{}
],
"msg": "string"
}