The CreatePasswordResetCode payload. This is used when a user wants to generate a code to reset their password, most commonly because they forgot their old one.
{ "email": "someemail@ma.il"} Copy
{ "email": "someemail@ma.il"}
The user's email.
The CreatePasswordResetCode payload. This is used when a user wants to generate a code to reset their password, most commonly because they forgot their old one.
Example