{
"orderNumber": "string",
"iso2": "string",
"type": 0,
"currency": "USD",
"queryConfirm": 0,
"queryCheckout": 0,
"normalConfirm": 0,
"labelList": "new ArrayList<>()",
"prohibitionType": 0,
"checkAddressChange": 0,
"applyPreSaleSplit": 0
}
curl --location --request POST 'https://www.nihaocloud.cn/st-cart/order-check/sales-prohibition-confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumber": "string",
"iso2": "string",
"type": 0,
"currency": "USD",
"queryConfirm": 0,
"queryCheckout": 0,
"normalConfirm": 0,
"labelList": "new ArrayList<>()",
"prohibitionType": 0,
"checkAddressChange": 0,
"applyPreSaleSplit": 0
}'
{}