curl --location --request POST 'https://api.sqabl.com/v1/comment//flame' \
--header 'Authorization: Bearer some-user'\''s-access-token'
{
"data": {
"comment": {
"id": "string",
"totalFlames": 40,
"viewer": {
"flamedComment": true
}
}
}
}