curl --location --request DELETE 'https://api.sqabl.com/v1/comment/' \ --header 'Authorization: Bearer some-user-token'
{ "success": true, "statusCode": 200, "data": { "totalCommentsDeleted": 43 } }