Object.keys(config.request).forEach(key => {
            config[key] = config.request[key];
        });