curl --location --request GET '/backend/accountHistory/list' \
--header 'BackendToken: {{BackendToken}}'{
"data": {
"total": 0,
"list": [
{
"id": "string",
"userId": "string",
"orderType": "string",
"chargeType": "string",
"amount": 0,
"balanceAmount": 0,
"payOrderId": "string",
"orderId": null,
"transactionType": null,
"chargeCode": null,
"createTime": "string"
}
]
},
"code": 0,
"message": "string"
}