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