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