Dispatch an email containing a link to reset the account's password.
-
HTTP Method: POST
-
Body:
{ "user": { "email": "[email protected]" } }
- Status: 200 OK
curl -H "Accept: application/json" \
-H "Content-Type: application/json" \
-d \
'{
"user": {
"email": "[email protected]"
}
}' \
"http://my.cl.ly/reset"