MaxKortelov / QUIZ_52670_54638_58135_58510

Quiz application
Apache License 2.0
2 stars 0 forks source link

Send link to reset password #6

Open MaxKortelov opened 3 months ago

MaxKortelov commented 3 months ago

Add API create user. Method: POST Endpoint: /auth/user/email_action_password_reset Request body: { email: string }

Response statuses: 200 - email successfully sent 500, 400