Retrofit 2.0: getting response code 200 but not getting the desired data
问题 A very disappointing feature of Retrofit 2.0 is that it does not exactly tell where it fails in parsing the response. Hence, In postman when I hit the request with same body, I get a login response as: { "result": "success", "response_code": 200, "data": { "id": "1", "display_name": "admin", "email": "payal@teckmovers.com", "username": "admin", "access_token": "8daa8e02ca432e51ae90912fbf63eeea" } } But when I hit the exact same request with exactly the same body in Retrofit, I get a very