{
"commenter_ip": "192.168.1.1",
"content": "很有见地的评论",
"device_info": "Chrome/Windows",
"parent_id": 1,
"post_id": 1,
"reply_to_user_id": 2,
"user_id": 1
}curl --location --request POST '/manage/comments' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"commenter_ip": "192.168.1.1",
"content": "很有见地的评论",
"device_info": "Chrome/Windows",
"parent_id": 1,
"post_id": 1,
"reply_to_user_id": 2,
"user_id": 1
}'{
"code": 20000,
"data": {
"commenter_ip": "192.168.1.1",
"content": "很有见地的评论",
"created_at": "2024-01-01T00:00:00Z",
"device_info": "Chrome/Windows",
"dislike_count": 1,
"id": 1,
"is_pinned": false,
"is_selected": true,
"like_count": 10,
"parent_id": 1,
"post_id": 1,
"post_title": "技术分享帖",
"reply_to_user_id": 2,
"reply_to_username": "targetuser",
"updated_at": "2024-01-01T00:00:00Z",
"user_id": 1,
"username": "testuser"
},
"msg": null
}