{
"taskId": "string"
}
curl --location --request POST 'http://36.134.96.160:9080/melon/task/delete' \
--header 'token;' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string"
}'
{}