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