X-API-KEY: ********************{
"effectiveDate": "2019-08-24T14:15:22.123Z",
"effectiveBags": 0
}curl --location --request PUT 'https://api.test.post-plus.io/api/v1/shipments//shipment-documents/' \
--header 'Accept: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"effectiveDate": "2019-08-24T14:15:22.123Z",
"effectiveBags": 0
}'