Retrieves the name of an ERC721 token.
Interface representing the structure of the response from the ERC721 API.
GET //erc721/name HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC721APIResponse containing the token name.
{ "success": true, "message": "text", "data": null }