curl --request POST \
--url https://gateway-api.circle.com/v1/transfer \
--header 'Content-Type: application/json' \
--data '[
{
"burnIntent": {
"maxBlockHeight": "1000000000000000000",
"maxFee": "1000000000000000000",
"spec": {
"version": 1,
"sourceDomain": 0,
"destinationDomain": 4,
"sourceContract": "0x1234567890123456789012345678901234567890123456789012345678901234",
"destinationContract": "0x1234567890123456789012345678901234567890123456789012345678901234",
"sourceToken": "0x1234567890123456789012345678901234567890123456789012345678901234",
"destinationToken": "0x1234567890123456789012345678901234567890123456789012345678901234",
"sourceDepositor": "0x1234567890123456789012345678901234567890123456789012345678901234",
"destinationRecipient": "0x1234567890123456789012345678901234567890123456789012345678901234",
"sourceSigner": "0x1234567890123456789012345678901234567890123456789012345678901234",
"destinationCaller": "0x1234567890123456789012345678901234567890123456789012345678901234",
"value": "1000000000000000000",
"salt": "0x1234567890123456789012345678901234567890123456789012345678901234",
"hookData": "0x1a2b3c4d"
}
},
"signature": "<string>"
}
]'