curl --location --request POST 'localhost:8077/auth/api/organization/tree' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"extraField":5,
"isDropDown":1
}'
{
id 基地id
managementName 基地名称
}