OkHttpClient
should be reused.
I'm not sure what JSON library did you use, but it definitely has the ability to parse from a Reader/InputStream. Do not read whole response into String. Directly parse it into JSON.
You can also use data classes for specified response shape.