📣 This endpoint receives a POST request with payload of email address of which the password has been forgotted and the OTP which has been sent to the email address .
{"email":"skshahra@gmail.com","otp":"580036"}
🔰 Each payload in details of this POST Request,
Email: A required string field for the user's email address with a length between 5 and 100 characters and a valid email format.
otp : A required string which contains the 6 digit code which was send through email
📢 Info message : Here the POST request enpoint is constructed like /v1/auth/forget-password-otp
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.