Example: "domain wants you to sign in with your Ethereum account:\nAddress\n\nPlease sign this message to verify that you want to add/update your subdomain provided by justawallet to your account Address using JustAName\n\nURI: uri\nVersion: 1\nChain ID: ChainId\nNonce: nonce\nIssued At: Date\nExpiration Time: Date"
constresponse=awaitfetch('https://api.justaname.id/ens/v1/mapp/permission/revoke', { method:'POST', headers: {"Content-Type":"application/json" }, body:JSON.stringify({"signature":"0x0a","message":"domain wants you to sign in with your Ethereum account:\nAddress\n\nPlease sign this message to verify that you want to add/update your subdomain provided by justawallet to your account Address using JustAName\n\nURI: uri\nVersion: 1\nChain ID: ChainId\nNonce: nonce\nIssued At: Date\nExpiration Time: Date","address":"0x1234567890123456789012345678901234567890" }),});constdata=awaitresponse.json();