Authorization: Bearer ********************
{ "CommentId": 0 }
curl --location '/Admin/Interact/RemoveComment' \ --header 'Content-Type: application/json' \ --data '{ "CommentId": 0 }'
{ "Success": true, "Message": "string" }