{ "no": "test20240625001" }
curl --location --request POST 'http://prod-cn.your-api-server.com/api/v2/orderLabelDownload' \ --header 'key;' \ --header 't;' \ --header 'username;' \ --header 'sign;' \ --header 'Content-Type: application/json' \ --data-raw '{ "no": "test20240625001" }'
{ "code": 200, "message": "OK", "data": { "url": "http://**************/*******.pdf" } }