curl https://api.infinipost.co/v1/posts/post_abc123/comments?limit=10 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": [ { "id": "cmt_xyz789", "postId": "post_abc123", "username": "user123", "text": "Amazing content! 🔥", "likes": 45, "replies": 3, "createdAt": "2024-04-21T20:25:00Z" }, { "id": "cmt_abc456", "postId": "post_abc123", "username": "user456", "text": "Love this!", "likes": 12, "replies": 0, "createdAt": "2024-04-21T20:26:00Z" } ], "total": 47, "hasMore": true }
Retrieve comments for a post