curl --location --request GET 'https://saas-open.vhall.com/v3/data-center/business-total/user-flow-pay-detail?user_id&start_time=&end_time=&type=1&pos=&limit=&subject=' \
--header 'platform;'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"pay_date": "string",
"webinar_id": 0,
"subject": "string",
"pay_type": "string",
"type": "string",
"webinar_flow": 0
}
],
"total": 0
}
}