10, 'headers' => $request['headers'], ]); } public function send(string $url, array $headers = []): array { return $this->run($url, [], $headers); } }