post https://eclipse-java-sandbox.ukheshe.rocks/eclipse-conductor/rest/v1/tenants//integrations/
Returns JSON for generic requirements where Eclipse needs to do something and return a token or similar for a specific use case. If the integrationIdentifier starts with JA- e.g. JA-doit then it will look up property generic.integration.doit for the JavaAssist code to run. The result from that code is returned. The method signature must be: public String runGenericIntegration(long tenantId, JsonPathDocument input, RequestContext context)