I am using Retrofit to call APIs. I am sending a post request to API but in the callback I am getting empty JSON like this {}.
Below is the code for RetrofitService<
it may help you
JSONObject responseJsonObj = new JSONObject(responseString);