curl --location '/accounts/transactions/?event_date_start=undefined&event_date_end=undefined&page_offset=undefined&page_limit=undefined&sort_by=undefined&sort_order=undefined&filter=undefined'{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"eventDate": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "CANCELED",
"endToEndId": "string",
"txId": "string",
"creditDebitType": "CREDIT",
"transactionType": "PIX",
"transactionAmount": {
"currency": "BRL",
"available": 0
}
}
]
}