{
"orderId": [
"ORD123456",
"ORD123457",
"ORD123458"
]
}curl --location 'https://uat.asoworld.com/openApi/Order/batchStart' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"orderId": [
"ORD123456",
"ORD123457",
"ORD123458"
]
}'{}