React-native ,AxiosError: Network Error on Android but works fine on IOS

I’m facing AxiosError: Network Error issue on Android but works fine in iOS.
error– [AxiosError: Network Error]

"axios": "^1.3.4",

"react-native": "0.68.2",

But on Postman it’s working.

enter image description here