{
"replyUserId": 0,
"topicId": 0,
"commentContent": "string",
"parentId": 0,
"type": 0
}
curl --location --request POST 'http://127.0.0.1:8090/comments/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"replyUserId": 0,
"topicId": 0,
"commentContent": "string",
"parentId": 0,
"type": 0
}'
{
"flag": false,
"code": 0,
"message": "",
"data": null
}