curl --location --request GET 'http://localhost:8080/work/operation-dashboard/count-statistics'
{
"code": 0,
"msg": "",
"data": {
"createStatistics": [
{
"x": "",
"y": 0
}
],
"finishStatistics": [
{
"x": "",
"y": 0
}
]
}
}