export default function getAuthorizationHeader({ req }) { return { headerValue: req.headers["authorization"] }; }