curl --location --request GET 'https://api.test.post-plus.io/api/v1/parcels/parcel-prints/get-many?Ids=123,124&IncludeContents' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json'
{
"prints": [
{
"id": 1234,
"format": "Pdf",
"type": "PostalLabel",
"subTypes": [
"string"
],
"provider": "ExtProvider,Postal",
"bytes": 0,
"content": "string",
"hasErrors": true,
"errorDetails": [
"string"
]
}
]
}