curl --location '/api/transactions/all' \
--header 'X-LEOGC-Internal-Client-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"startDates": "2019-08-24T14:15:22.123Z",
"endDates": "2019-08-24T14:15:22.123Z",
"page": 0,
"pageSize": 0
}'