const response = await fetch('https://sn1.testnet.pantos.io/transfer', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"amount": 0,
"bid": {
"execution_time": 0,
"fee": 0,
"signature": "text",
"valid_until": 0
},
"destination_blockchain_id": 0,
"destination_token_address": "text",
"nonce": 0,
"recipient_address": "text",
"sender_address": "text",
"signature": "text",
"source_blockchain_id": 0,
"source_token_address": "text",
"time_received": 0,
"valid_until": 0
}),
});
const data = await response.json();