Authorization: Bearer ********************curl --location --request GET '/web/vehicle-query/v1.0/working_algorithm_conf/name-tree' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"label": "工况分析",
"data": [
"工况分析"
]
},
{
"label": "轨迹预测",
"data": [
"轨迹预测"
]
}
]
}