Authorization: Bearer ********************{
"email": "test@example.com",
"newPassword": "654321",
"confirmPassword": "654321"
}curl --location --request POST 'https://www.html-js.cn/api/user/updateNewPsd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@example.com",
"newPassword": "654321",
"confirmPassword": "654321"
}'{}