curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/chat-user/get-global-kicked-list' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'keyword=1767863881' \
--data-urlencode 'pos=0' \
--data-urlencode 'limit=10' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"total": 1,
"list": [
{
"id": 1729,
"kick_type": 2,
"kick_value": "1767862937@qq.com",
"webinar_id": 0,
"business_uid": 72035607,
"nick_name": "",
"operator_role": 0,
"account_id": "",
"avatar": "",
"role_name": 2,
"created_at": "2026-01-08 16:58:28",
"updated_at": "2026-01-08 17:02:49",
"location": ""
}
]
},
"request_id": "2a8efc54-c443-4909-b92e-dbfd86308fa2"
}