{
"paymentChannelId": 1,
"terminalId": "string"
}curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/payment/eod' \
--header 'Device-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentChannelId": 1,
"terminalId": "string"
}'{
"data": true,
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}