{
"orderId": "string",
"shopCloseDtList": [
"string"
]
}
curl --location --request POST '/hdp/shopOrder/updateCloseDt' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"shopCloseDtList": [
"string"
]
}'
{}