{ "id": 10, "nickname": "杜秀英", "email": "k.acpwpn@qq.com", "username": "范敏", "user_pic": null }
curl --location --request PUT 'https://big-event-vue-api-t.itheima.net/my/userinfo' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 10, "nickname": "杜秀英", "email": "k.acpwpn@qq.com", "username": "范敏", "user_pic": null }'
{ "code": 0, "message": "修改用户信息成功!" }