Authorization: Bearer ********************{
"old_password": "mPul3KmQQbU3ay20",
"new_password": "tJ_ihlx8l71nmZV"
}curl --location --request POST '/api/user/resetpw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_password": "mPul3KmQQbU3ay20",
"new_password": "tJ_ihlx8l71nmZV"
}'{
"msg": "密码重置成功,请使用新密码登录"
}