curl --location --request GET 'https://open.yunxinapi.com/im/v2/room_members//actions/list_tag_members?tag&offset&limit' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 200,
"msg": "success",
"data": {
"offset": 100,
"has_more": false,
"items": [
{
"extension": "",
"member_level": 0,
"account_id": "yx23",
"room_nick": "yx23",
"room_avatar": "http://w03d",
"member_role": 1,
"is_online": true,
"enter_time": 1705302091747,
"blocked": false,
"chat_banned": false,
"temp_chat_banned_time": 12322,
"temp_chat_banned": false,
"notify_target_tags": "{\"tag\": \"abc\"} and {\"tag\": \"def\"}",
"tags": "[\"tag\"]",
"online_info_list": [
{
"room_nick": "yx23",
"room_avatar": "http://wwww",
"enter_time": 1705302091747,
"client_type": 1
}
],
"online_count": 1
}
]
}
}