"await axios.put(`/auth/${props.userId}`, {goal: newValue})" should be /users/:id to be more RESTful since we are updating the users resource and not auth