curl --location --request POST 'https://api.sqabl.com/v1/comment//flame' \ --header 'Authorization: Bearer some-user-token'
{ "success": true, "statusCode": 200, "data": { "comment": { "id": "some-comment-id", "totalFlames": 210, "userFlamed": true } } }