{
"userId": "0_30385972",
"email": "teacher@example.com",
"school": "伯索大学",
"sex": 1,
"note": "数学老师",
"userName": "张老师",
"powers": 1
}curl --location --request POST 'https://www.plaso.cn/dataentry/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "0_30385972",
"email": "teacher@example.com",
"school": "伯索大学",
"sex": 1,
"note": "数学老师",
"userName": "张老师",
"powers": 1
}'{
"msg": "remote call success",
"code": 0,
"obj": {
"msg": "更新成功"
},
"reqId": "1699603754379_0.9976632151310059",
"reqTime": 1699603754379,
"execTime": 12599
}