{
"cursor": {},
"pageSize": 0,
"beginTime": 0,
"endTime": 0,
"all": true
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/user/flow' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": {},
"pageSize": 0,
"beginTime": 0,
"endTime": 0,
"all": true
}'{
"code": 0,
"msg": "string",
"data": {
"cursor": "string",
"pageSize": 0,
"data": [
{
"bizType": 0,
"bizName": "string",
"amount": "string",
"createTime": 0,
"balance": "string",
"currency": 0,
"upHash": "string",
"orderId": "string",
"eventId": "string",
"eventName": "string",
"playId": "string",
"playName": "string"
}
]
},
"success": true
}