Ok
const response = await fetch('https://beta.usemoon.ai//thena/nft/{tokenId}/userPointHistory?chainId=text&address=text&loc=text', { method: 'GET', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "success": false, "message": "text", "data": { "bias": "text", "slope": "text", "ts": "text", "blk": "text" } }