curl -X POST https://api.infinipost.co/v1/comments/cmt_xyz789/replies \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "accountId": "acc_456", "text": "Thanks for the support!" }'
{ "id": "rpl_def456", "commentId": "cmt_xyz789", "accountId": "acc_456", "text": "Thanks for the support!", "createdAt": "2024-04-21T20:30:00Z" }
Reply to an existing comment