{
"orderId": "ORD123456",
"startTime": 1704096000000
}curl --location --request POST 'https://asoworld.com/openApi/Order/start' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "ORD123456",
"startTime": 1704096000000
}'{}