curl --location 'https://sandbox.api.confirmapay.com//v1/report/eod/last?PaymentChannelId=undefined&TerminalId=undefined&Printable=undefined&PageWidth=undefined&FromDate=undefined&ToDate=undefined' \
--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"
}
}