curl --location 'https://api.laf.run/v1/accounts/charge-orders?id=undefined&channel=undefined&startTime=undefined&endTime=undefined&state=undefined&page=undefined&pageSize=undefined'{
"error": "string",
"data": {
"list": [
{
"_id": "string",
"accountId": "string",
"amount": 0,
"currency": "CNY",
"phase": "Pending",
"channel": "Manual",
"result": {},
"message": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"reward": 0
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}