const response = await fetch('https://alephium.nownodes.io/utils/verify-signature', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"data": "35d1b2a520a0da34c5eb8d712aa9cc",
"signature": "9e1a35b2931bd04e6780d01c36e3e5337941aa80f173cfe4f4e249c44ab135272b834c1a639db9c89d673a8a30524042b0469672ca845458a5a0cf2cad53221b",
"publicKey": "d1b70d2226308b46da297486adb6b4f1a8c1842cb159ac5ec04f384fe2d6f5da28"
}),
});
const data = await response.json();