Authorization: Bearer ********************{
"id": 1024,
"username": "onebrand",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": null,
"postIds": "1",
"email": "onebrand@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"password": "123456"
}curl --location --request PUT '/system/user/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"username": "onebrand",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": null,
"postIds": "1",
"email": "onebrand@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"password": "123456"
}'{
"code": 0,
"data": false,
"msg": ""
}