Authorization: Bearer ********************curl --location '/admin-api/system/dept/list-all-simple' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 1024,
"name": "芋道",
"parentId": 1024
}
],
"msg": "string"
}