{
"articleId": 0,
"authorId": 0,
"content": "string",
"parentId": 0,
"toUid": 0
}
curl --location --request POST '/comment/addcomment' \
--header 'Content-Type: application/json' \
--data-raw '{
"articleId": 0,
"authorId": 0,
"content": "string",
"parentId": 0,
"toUid": 0
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true
}