Authorization: Bearer ********************{
"dataset_comment_id": 0
}curl --location --request POST 'http://192.168.0.69:20001/api/dataset-comment/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataset_comment_id": 0
}'{}