curl --location --request POST 'https://openapi.yundaex.com/openapi-api/outer/logictis/subscribe' \
--header 'app-key;' \
--header 'sign;' \
--header 'req-time;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orders": [
{
"orderid": "9987765544332",
"mailno": "3309876541228",
"receiver": {
"address": "青浦区盈港东路 6679 号",
"city": "上海市",
"county": "青浦区",
"mobile": "0553-9876542",
"name": "李四",
"phone": 17601205970,
"province": "上海市"
},
"sender": {
"address": "盈港东路 7766 号",
"city": "上海市",
"county": "青浦区",
"mobile": "0553-9876542",
"name": "张三",
"phone": 17601205970,
"province": "上海市"
}
},
{
"orderid": "8876544333322",
"mailno": "3309876541228",
"receiver": {
"address": "青浦区盈港东路 6679 号",
"city": "上海市",
"county": "青浦区",
"mobile": "0553-9876542",
"name": "李四",
"phone": 17601205970,
"province": "上海市"
},
"sender": {
"address": "盈港东路 7766 号",
"city": "上海市",
"county": "青浦区",
"mobile": "0553-9876542",
"name": "张三",
"phone": 17601205970,
"province": "上海市"
}
}
]
}'