Request password reset

Send a password reset link to the given email address. Always returns success to prevent user enumeration.

Body·
required
application/json
Responses
  • application/json
Request Example for post/auth/forgot-password
curl https://api.lira.com/api/v1/auth/forgot-password \
  --request POST \
  --header 'Content-Type: application/json' \
  --data 'null'
null