curl --location --request GET '/api/comment/statistics/user'
{ "code": 200, "msg": "成功", "data": { "commentCount": 2, "waitCommentCount": 2 } }