{
"transactionId": 0,
"contentType": "string",
"content": "string",
"receiptType": 1
}curl --location --request POST 'https://sandbox.api.confirmapay.com//v1/transaction//receipt' \
--header 'Device-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": 0,
"contentType": "string",
"content": "string",
"receiptType": 1
}'{
"data": null,
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}