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
You need to setup proguard-rule for release. If you want to test real server, you can create new build type, which targets server API
Cheers :)