// Replace API_KEY with your api key curl --location --request POST 'https://api.supahub.com/api/v1/comments' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer API_KEY' \ --data-urlencode 'postId=clxg2isca00qze5fxhkhnq525' \ --data-urlencode 'commentDescription=Comment Description'
Post a new comment on a specific post using the API with optional threading and privacy.