get_address(cep :: String.t()) :: {:ok, %Cep.Address{ cep: term(), city: term(), complement: term(), neighborhood: term(), state: term(), street: term() }} | {:not_found, String.t()} | {:error, String.t()}