curl --location --request GET 'https://open.yunxinapi.com/im/v2/room_members/actions/virtual_members?room_id' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 200,
"msg": "success",
"data": {
"items": {
"account_id": "哈哈哈",
"room_nick": "zhangsan",
"room_avatar": "incididunt ad"
}
}
}