Example response
{
"comments": [
{
"id": "cmt_abc123",
"content": "Great article!",
"author_name": "Jane",
"upvotes": 12,
"reaction_counts": {
"funny": 1,
"interesting": 3,
"insightful": 2
},
"replies": [
{
"id": "cmt_reply1",
"content": "Agreed.",
"author_name": "Sam",
"upvotes": 2,
"reaction_counts": {},
"replies": []
}
]
}
],
"total": 47,
"page": 1
}