curl --location --request DELETE 'http://localhost:8080/comment/delete?commentId=10' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0IiwidXNlcm5hbWUiOiLpppnojYkiLCJyb2xlIjoxLCJpYXQiOjE3NzY1MDgzMTYsImV4cCI6MTc3NzExMzExNn0.2HtNhQqm_xhyVRsLcwRB9bZBhMQdO2v1m5MC18cV2WE' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<root/>'