curl --location --request GET 'https://saas-open.vhall.com/v3/goods/coupon/user-stats-list?pos=0&limit=20&coupon_id=1' \
--header 'platform;' \
--header 'Content-Type: application/json'
{
"code": 200,
"msg": "success",
"data": {
"total": 0,
"list": [
{
"user_name": "string",
"phone": "string",
"receive_type": 0,
"receive_time": "string",
"use_status": 0,
"use_time": "string",
"webinar_name": "string",
"webinar_id": 0,
"user_coupon_id": 0
}
]
},
"trace_id": "string"
}