{
"student_userid": "zhangsan",
"mobile": "10000000000",
"to_invite": false,
"name": "张三",
"department": [1, 2]
}
curl --location -g --request POST '/cgi-bin/school/user/create_student?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"student_userid": "zhangsan",
"mobile": "10000000000",
"to_invite": false,
"name": "张三",
"department": [1, 2]
}'{
"errcode": 0,
"errmsg": "created"
}