// int responseCode = conection.getResponseCode();
// System.out.println(responseCode);
// String command = "curl \\t --header \\t \"Content-Type: application/json\" --request POST --data '{\"text\":\"Who painted The Storm on the Sea of Galilee?\"}' https://labs.tib.eu/falcon/api?mode=long";
// Process process = Runtime.getRuntime().exec(command);
// JSONObject job = new JSONObject(process.getInputStream());