curl --location --request GET '/v2/stable/wallet/usd-payout/order-list?walletId&externalAccountId&orderStatus&startDate&endDate&pageNumber&pageSize'{
"status": 0,
"message": "string",
"data": {
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0,
"records": [
{
"orderId": "string",
"requestId": "string",
"orderStatus": "string",
"amount": "string",
"currency": "string"
}
]
}
}