{
"packageIdList": [
0
],
"lineId": 0,
"lineCostId": 0,
"apiFeeItemIdList": [
0
],
"consigneeId": 0,
"remark": "string",
"packType": 0,
"packageDeclaredPrice": "string"
}curl --location '/open/order/createPackageOrder' \
--header 'Content-Type: application/json' \
--data '{
"packageIdList": [
0
],
"lineId": 0,
"lineCostId": 0,
"apiFeeItemIdList": [
0
],
"consigneeId": 0,
"remark": "string",
"packType": 0,
"packageDeclaredPrice": "string"
}'{
"success": true,
"message": "string",
"data": {
"id": 0,
"systemOrderNumber": "string"
},
"code": 0
}