{
"mobile": "15601691300",
"status": "Mg==",
"nickname": "李四",
"avatar": "https://www.iocoder.cn/x.png",
"name": "李四",
"sex": "MQ==",
"areaId": 4371,
"areaName": "上海上海市普陀区",
"birthday": "2019-08-24T14:15:22.123Z",
"mark": "我是小备注",
"tagIds": [
1,
2
],
"levelId": 1,
"groupId": 1,
"id": 23788
}curl --location --request PUT '/admin-api/member/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "15601691300",
"status": "Mg==",
"nickname": "李四",
"avatar": "https://www.iocoder.cn/x.png",
"name": "李四",
"sex": "MQ==",
"areaId": 4371,
"areaName": "上海上海市普陀区",
"birthday": "2019-08-24T14:15:22.123Z",
"mark": "我是小备注",
"tagIds": [
1,
2
],
"levelId": 1,
"groupId": 1,
"id": 23788
}'{
"code": 0,
"data": true,
"msg": "string"
}