{
"paymentChannelId": 1,
"terminalId": "string",
"encodedContent": "string",
"contentType": "string",
"continuePrinting": true
}curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/device/terminal/print' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentChannelId": 1,
"terminalId": "string",
"encodedContent": "string",
"contentType": "string",
"continuePrinting": true
}'{
"data": {
"terminalPrinting": true,
"reference": "string"
},
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}