curl --location --request GET 'https://open.yunxinapi.com/im/v2.1/room_members//actions/chat_banned' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 200,
"msg": "success",
"data": {
"items":[
{
"room_nick": "yx3",
"room_avatar": "",
"account_id": "yx3"
}
]
}
}