Getting null response but code 200 with Release APK when minify enable, when minify false then its ok.
But Getting expected response with debug APK when minify
I had the same problem and my solution was to modify the 'protection rules' to exclude your class from obfuscation.
-keep public class com.your.packages.model.** {*;}