Authorization: Bearer ********************{
"oldPassword": "string",
"newPassword": "string"
}curl --location --request POST 'https://api.mefrp.com/api/auth/user/passwordReset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'{
"code": 200,
"data": null,
"message": "修改密码成功"
}