Ok
const response = await fetch('https://beta.usemoon.ai//lynex/nft/tokenOfOwnerByIndex?chainId=text&address=text&owner=text&index=text', { method: 'GET', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "success": false, "message": "text", "data": "text" }