curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/chat-user/add-kicked-user' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'id=1729' \
--data-urlencode 'type=2' \
--data-urlencode 'value=1767862937@qq.com' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"code": 200,
"msg": "",
"data": {
"id": 1729,
"kick_type": 2,
"kick_value": "1767862937@qq.com",
"business_uid": 72035607,
"created_at": "2026-01-08 16:58:28",
"updated_at": "2026-01-08 17:02:49"
},
"request_id": "7925d299-f21e-4eb4-965a-8491be7864fa"
}