services['mbo.distribution_api.client.http'] = new \GuzzleHttp\Client(['base_url' => $this->getEnv('DISTRIBUTION_API_URL'), 'timeout' => '7200', 'headers' => ['Accept' => 'application/json'], 'CURLOPT_FORBID_REUSE' => true, 'CURLOPT_FRESH_CONNECT' => true]);