public function getAll(): array
    {
        $httpResponse = $this->get();
        $data = $httpResponse->getBodyJsonAsArray();