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