Authorization: Bearer ********************curl --location 'https://api.dev.ordermesh.io/shipment/v1/packing-slip//generate?format=&type=®enerate=' \
--header 'Authorization: Bearer <token>'{
"packingSlips": [
{
"fileId": "d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"downloadUrl": "https://example.com/d8f51b34-3c03-4f7c-b3ff-1e49a159e851.pdf"
}
]
}