{
"items": [
{
"bagNr": "string",
"countryCode": "st",
"additionalInfo": "string"
}
]
}
curl --location --request POST 'https://api.test.post-plus.io/api/v1/documents/bag-prints/generate' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"bagNr": "string",
"countryCode": "st",
"additionalInfo": "string"
}
]
}'