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