{
"bagNrs": "bag-001,bag-002",
"unlinkOtherBagsIfAny": true,
"ensureOnlyIncludedBags": true
}
curl --location --request POST 'https://api.test.post-plus.io/api/v1/shipments//link-bags' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json' \
--data-raw '{
"bagNrs": "bag-001,bag-002",
"unlinkOtherBagsIfAny": true,
"ensureOnlyIncludedBags": true
}'