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