curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/users' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber":"15029936331",
"classInfo":{
"classType":3,
"classDetail":"1/1/测试班,1/2/三班"
},
"departmentNames":"高中一年级语文组,高中二年级语文组",
"deviceOrgNames":"东门设备组,南门设备组",
"roleKeys":"EDU_ROLE_A",
"schoolId":"10a795f4a25d4de09edd091f28747eb6",
"staffId":"",
"autoStaff":true,
"staff":{
"staffName":"张三",
"staffNumber":"14484",
"staffSex":1,
"departmentId":"00a795f4a25d4de09edd091f28747eb4",
"facePicUrl":"http://hikvision.oss-cn-hangzhou.aliyuncs.com/containers/staff/objects/001.jpg",
"card":"14484,14485"
}
}'