curl --location --request GET 'https://sandbox.api.confirmapay.com//v1/report/eod/last?PaymentChannelId&TerminalId&Printable&PageWidth&FromDate&ToDate' \
--header 'Authorization: Bearer <token>'{
"data": {
"printables": {
"stringContent": "string"
},
"reportDateTime": "2019-08-24T14:15:22.123Z"
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}