{ "data": [ "13456849" ] }
curl --location --request POST '/orderProcessing/printInvoice' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": [ "13456849" ] }'
{ "status": 200, "msg": "Label generated successfully!!", "buffer": { "type": "Buffer", "data": [ "..." ] }, "invalidShipmentIds": [] }