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