Logging with Retrofit 2 I’m trying to get the exact JSON that is being sent in the request. Here is my code: OkHttpClient client = new OkHttpClient(); ... May 12, 2022 0 Comments