This function sends a request to the https://polished.tech API to reset a user's password.
send_password_reset_email_module(input, output, session, email)
invisible(NULL)
the Shiny server input
the Shiny server output
the Shiny server session
A reactive value returning the email address to send the password reset email to.