{
"appKey": "string",
"operator": "string",
"data": {
"date": "string",
"showPlace": "string"
},
"operatorOrgType": "string",
"operatorOrgId": "string"
}
curl --location --request POST '/cms-center/module/product/config/query/todayWithPlace' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"operator": "string",
"data": {
"date": "string",
"showPlace": "string"
},
"operatorOrgType": "string",
"operatorOrgId": "string"
}'
{}