labelUrl you can use to download/print the label.curl --location --request GET '/order/TKTN0M4DVCJ8/label' \
--header 'Authorization: Bearer <token>'{
"status": "SUCCESS",
"data": {
"trackingNumber": "TKTN0M4DVCJ8",
"labelURL": "https://storage.googleapis.com/flype-a8461.appspot.com/label/11F0049311C1EFD6A79F42010A800004/shippingLabel"
}
}