if (!getUser) return res.status(404).send({ message: `User with id ${req.auth.id} not found` });