The app feature works perfectly on Postman but fails to run properly on Expo Client.

I implemented an e-mail OTP verification using Node-JS for an app. When I tested it with Postman, it worked properly and I got the OTP in my email, meaning the logic is correct. But when I run the app with Expo Client, I am not getting the email.

Please tell me where the problem is.