{"message":"If you are here is because you are in the FrontEnd challenge to apply as 100Ladrillos FrontEnd Engineer. Good luck!","routesAvalaiable":[{"method":"POST","route":"/api/signUp","description":"Creates a new account with an email and password"},{"method":"POST","route":"/api/phoneNumber","description":"Assigns a phone number to the user account, remember that phone number will require validation"},{"method":"POST","route":"/api/phoneNumber/verify","description":"Verifies that phone number belongs to the user, requires send a validation token. For testing purposes the code is 0011"},{"method":"POST","route":"/api/profile/name","description":"Sets the user name for the account"},{"method":"GET","route":"/api/profile","description":"Returns the profile information of the client. You will need to set the phone number and name before this route becomes available"}]}