{ "old_pwd": "111111", "new_pwd": "888888", "re_pwd": "888888" }
curl --location --request PATCH 'https://big-event-vue-api-t.itheima.net/my/updatepwd' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "old_pwd": "111111", "new_pwd": "888888", "re_pwd": "888888" }'
{ "code": 0, "message": "更新密码成功!" }