API to validate email id of a registered user.
URL : /api/user/verify
Method : POST
Auth required : NO
Headers : application/json
Data constraints
{
"token": "[verification token sent to registered email]"
}
Code : 200 OK
Condition : If provided with invalid token.
Code : 404 NOT FOUND