API to generate reset password link for a registered user.
URL : /api/user/resetPasswordLink
Method : POST
Auth required : NO
Headers : application/json
Data constraints
{
"email": "[valid email address]"
}
Data example
{
"email": "sample@digitalsky.com"
}
Code : 201 CREATED
Condition : If provided with incorrect email id.
Code : 404 NOT FOUND