Authorization: Bearer ********************{
"title": "标题",
"description": "描述"
}curl --location 'https://testforgeplus.trustie.net/api/v1///dataset' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "标题",
"description": "描述"
}'{
"status": 0,
"message": "success"
}