src/main/java/platform/qa/steps/RestApiStepDefinitions.java [212:223]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            return;
        }

        String signature = new SignatureSteps(registryConfig.getDataFactory(userName),
                registryConfig.getDigitalSignatureOps(userName),
                registryConfig.getRedis()).signRequest(paramsWithIds);

        String payload = new ObjectMapper().writeValueAsString(paramsWithIds);

        var response = new RestApiClient(registryConfig.getDataFactory(userName), signature)
                .post(payload, path)
                .then()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/platform/qa/steps/RestApiStepDefinitions.java [250:261]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            return;
        }

        String signature = new SignatureSteps(registryConfig.getDataFactory(userName),
                registryConfig.getDigitalSignatureOps(userName),
                registryConfig.getRedis()).signRequest(paramsWithIds);

        String payload = new ObjectMapper().writeValueAsString(paramsWithIds);

        var response = new RestApiClient(registryConfig.getDataFactory(userName), signature)
                .post(payload, path)
                .then()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



