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