curl --location --request POST 'https://tapi-sandbox.trustology-test.com/graphql/' \
--header 'x-api-key: {{tapi-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"mutation (\n $subWalletId: String!\n\t$amount: String!\n\t$hash: String!\n $type: String!\n $from: String!\n $to: String!\n $message: String!\n) {\n createRadixTransaction(\n createRadixTransactionInput: {\n radixTransactionInput: {\n\t\tamount: $amount,\n \thash: $hash,\n \ttype: $type,\n \tfrom: $from,\n \tto: $to,\n \tmessage: $message\n },\n subWalletId: $subWalletId\n }\n ) {\n requestId\n }\n}","variables":{"subWalletId":"cf4b2ab4-df03-4b44-87a5-0a3f35cb5448/XDCNETWORK/0","amount":"3000000000000000000","hash":"0x5d5a15d3a2adb553c688bb61c6104d697a930e07157ba1769e0579a16613e876","type":"TRANSFER","from":"xdc0858364Ce1d465D973169413b85C57A084B41B4c","to":"xdc6e9E959414d07A4EE45fE9ABfB8935821FC3DdCC","message":"Old TAPI XDC"}}'