const verifyToken = (req, res, next) => { console.log(req.headers); next(); } export { verifyToken };