Authorization: Bearer ********************curl --location --request POST '/api/auth/reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "john.doe@magnoos.com",
"newPassword": "string"
}'{
"message": "If an account exists with this email, password reset instructions have been sent."
}