First create an API KEY
here
com.fasterxml.jackson.core:jackson-databind:2.7.3
com.squareup.okhttp3:okhttp:3.7.0
String baseUrl = "https://api.amerandish.com/v1";
String actionUrl = "/speech/healthcheck";
String authKey = "<YOUR_API_KEY>";
open in IntelliJ IDEA then run