getChecksum()) { throw new ValidatorException('Checksum is required'); } $content = $this->createRequest($httpClient, 'GET', 'http://'.$this->ogBootApiUrl.'/ogboot/v1/oglives/'.$data->getChecksum()); return new JsonResponse(data: $content, status: Response::HTTP_OK); } }