I got API to get full image URL from zoho inventory. But when I try to run it in react native using axios, It shows data null as API response. When I tried through postman it works well. Below show the API that I had used.
https://inventory.zoho.in/api/v1/items/{item_id}/image?organization_id=XXXXX
So my question is how can I fetch full image url in react native ? Website