curl --location -g --request GET 'http://127.0.0.1/cgi-bin/school/user/list?department_id={{department_id}}&access_token={{access_token}}'{
"errcode": 0,
"errmsg": "string",
"students": [
{
"student_userid": "string",
"name": "string",
"department": [
0
],
"parents": [
{
"external_userid": "string",
"parent_userid": "string",
"mobile": "string",
"is_subscribe": 0,
"relation": "string"
}
]
}
]
}