Authorization: Bearer ********************{
"dataset_topic_id": "string",
"operation_type": "string"
}curl --location --request POST 'http://192.168.0.69:20001/api/dataset-topic/collect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataset_topic_id": "string",
"operation_type": "string"
}'{}