Creates a REST API to perform forgot password.
Here is the idea:
- User calls the forgot password REST API with an email;
- The API checks if the email is valid (I mean, if it exists at least on the DB);
- If the user email is valid the API dispatches an email with a link to able the user to redefine its password (like the web app does).