There is a new UserProfileController that has a route `PUT /api/userprofile` that takes a single parameter `cellPhone` of type string. If there is a logged in user, it updates the cell phone number for that logged in user; otherwise it returns a 403. #17