curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/basic/schools/actions/getSchools?eduBureauId' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": [
{
"schoolId": "6514484bc11397508cab7870c633216b",
"schoolName": "中心小学"
}
]
}