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