if (!updateUser) {
        return res.status(404).send({
          status: 404,
          message: `User with email ${email} is not not found `
        });