curl --location --request GET '/v1/virtual-account/order/list?orderId=&accountId=¤cy=&businessType=&startTime=&endTime=&pageNum=0&pageSize=0'
{
"status": 0,
"message": "string",
"data": {
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0,
"records": [
{
"orderId": "string",
"businessType": "string",
"currency": "string",
"amount": 0,
"fromAccountId": "string",
"fromAccountName": "string",
"toAccountId": "string",
"toAccountName": "string",
"orderStatus": "string",
"createTime": 0,
"completeTime": 0
}
]
},
"traceId": "string"
}