curl --location 'https://api.test.post-plus.io/api/v1/parcels/parcel-prints/?IncludeContents=' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json'{
"id": 1234,
"format": "Pdf",
"type": "PostalLabel",
"subTypes": "thermo-250",
"barcodes": [
"string"
],
"labelSize": "Default",
"provider": "Postal",
"bytes": 0,
"content": "string",
"hasErrors": true,
"errorDetails": [
"string"
]
}