curl --location 'https://api.sharkship.in/v1/b2c/document/shipping_label' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order_ids": [
"string"
]
}'{
"statusCode": 500,
"message": "Order status must not be CANCELLED or TO_BE_PROCESSED",
"error": "Internal Server Error"
}