Authorization: Bearer ********************{
"content": "感谢分享!我最近也在研究React 18,自动批处理这个特性确实很实用。"
}curl --location --request POST '/api/community/groups/posts/1/comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "感谢分享!我最近也在研究React 18,自动批处理这个特性确实很实用。"
}'{
"id": 1,
"user_id": 1,
"username": "",
"avatar_url": null,
"content": "感谢分享!我最近也在研究React 18,自动批处理这个特性确实很实用。",
"likes_count": 0,
"created_at": "2025-11-02T09:04:31"
}