.post(ensureAuthenticated, async (req, res, next) => {
  const user = req.body;
  user.profilePictureURI = req.user.profilePictureURI;

  try {