Authorization: Bearer ********************curl --location --request GET '/employee/bindingAreaList' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}