Authorization: Bearer ********************{
"CommentId": "string"
}curl --location '/Interact/Comment/RemoveComment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"CommentId": "string"
}'{
"Success": true,
"Massage": "string"
}