Reset password
Set a new password using the token from the reset email. Invalidates all active sessions.
Body·
required
application/json
Responses
- 204
Password updated successfully
- application/json
Request Example for post/auth/reset-password
curl https://api.lira.com/api/v1/auth/reset-password \
--request POST \
--header 'Content-Type: application/json' \
--data 'null'
No Body
