curl --location --request GET 'https://api.test.post-plus.io/api/v1/tracking/bags/search-many?BagNrs' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json'
[
{
"events": [
{
"eventId": "string",
"eventTime": "string",
"eventCode": "string",
"eventMessage": "string",
"eventDetailMessage": "string",
"eventLocation": "string"
}
],
"bagNr": "string",
"shipmentNrs": "string",
"destinationCountry": "string",
"carrier": "string"
}
]