Authorization: Bearer ********************
curl --location --request GET '/card-payment/top-up/action/page?clientReference&topUpOrderId&type&startTime&endTime&page&size'
{
"totalElements": 0,
"totalPages": 0,
"content": [
{
"id": "string",
"clientReference": "string",
"topUpOrderId": "string",
"type": "AUTHORIZATION",
"processedOn": "2019-08-24T14:15:22Z",
"amount": "string",
"approved": "string",
"authCode": "string",
"responseCode": "string",
"responseSummary": "string"
}
]
}