Auth
Reset password
Requests a password reset email for the user. This email can be used to reset the password for a user that has forgotten their password
post/auth/reset/password-email
Request body
Example request
{
"email": "test@example.com"
}Response
This response has no body.