📣 This endpoint receives a POST request with payload of email address of which the password has been forgotted . The API will send a verification OTP to the respected email
{"email":"skshahra@gmail.com"}
🔰 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.
📢 Info message : Here the POST request enpoint is constructed like /v1/auth/forget-password
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.