Authorization: Bearer ********************curl --location --request GET '/web/vehicle-query/v1.0/working_algorithm_conf/name-tree' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"label": "string",
"data": [
"string"
]
}
]
}