Authorization: Bearer ********************{
"type": 0,
"targetId": 0
}curl --location --request DELETE '/api/interactive/comment/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"targetId": 0
}'{
"code": 0,
"data": {},
"message": "string"
}