curl -X POST https://api.infinipost.co/v1/posts/post_abc123/comments \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "accountId": "acc_123", "text": "Amazing content! 🔥" }'
{ "id": "cmt_xyz789", "postId": "post_abc123", "accountId": "acc_123", "text": "Amazing content! 🔥", "createdAt": "2024-04-21T20:25:00Z" }
Add a comment to a post