Authorization: Bearer ********************curl --location --request GET '/web/data-middle-platform/access/v1.0/dataset/tree' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"datasetName": "string",
"sort": 0,
"parentId": 0,
"datasetType": 0,
"status": 0,
"directory": "string",
"route": "string",
"componentPath": "string",
"menuIcon": "string",
"children": [
{}
]
}
]
}