Reset password
Reset password using the password reset token from email
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Reset password using a password reset token
Response Body
curl -X POST "https://example.com/auth/password/reset" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "password": "stringst" }'Empty