{
"content": "很有见地的评论",
"parent_id": 1,
"post_id": 1,
"reply_to_user_id": 2
}curl --location --request POST '/comments' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "很有见地的评论",
"parent_id": 1,
"post_id": 1,
"reply_to_user_id": 2
}'{
"code": 20000,
"data": {
"content": "很有见地的评论",
"created_at": "2024-01-01T00:00:00Z",
"dislike_count": 0,
"id": 1,
"like_count": 0,
"parent_id": 1,
"post_id": 1,
"reply_to_user_id": 2,
"reply_to_username": "targetuser"
},
"msg": null
}