{
"startDt": "string",
"endDt": "string"
}curl --location '/userPlatform/hdp/review/replyBoard/progressByDate' \
--header 'Content-Type: application/json' \
--data '{
"startDt": "string",
"endDt": "string"
}'{
"code": 0,
"message": "",
"data": [
{
"confirmDt": "",
"data": [
{
"platform": "",
"confirmCount": 0,
"systemReplyCount": 0,
"replyingCount": 0
}
]
}
]
}