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