Make your app trust user installed certificates, with this you can inspect and debug APIs on non-root devices.
Add the following in your app's build.gradle
or build.gradle.kts
.
debugImplementation("com.reqable.android:user-certificate-trust:1.0.0")