authService

Initiate password reset

Reset password. Available to unauthorized users.

post/auth/v1/users/forgot_password

Request body

emailstring

Example request

{
  "email": "example@gmail.com"
}

Response

OK

Changes