in src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java [262:271]
    public void initialize() throws IOException, NCClientException {
        httpCli = httpCliGen.get();
    
        if (reqCfg == null)
            reqCfg = RequestConfig.DEFAULT;
    
        acsTok = restSignin();
        
        started = true;
    }