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