I have the following middleware in a Node.js REST API
const Authorized = (req, res, next) => { if (!req.headers["authorization"]) { res.statu