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