curl -X POST http://localhost:8491 \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "uaxn_send_transaction",
"params": {
"privatekey": "Your Private Key",
"pass": "Account Password",
"amount": 10,
"recipient": "D33I9VV501Hg.uaxn",
"remark": "UAXN"
},
"id": 1
}'