// Clone the request and set the new header in one step.
const authReq = req.clone({ setHeaders: { Authorization: authToken } });