If user with given email has been found in the system appropiate email should be send and token for password reset should be generated. #### Request ``` PUT /user/password?email=<email> ``` #### Response ``` HTTP 200 OK {"email": <email>} ```