curl --request POST \
--url https://api.privy.io/v1/wallets/{wallet_id}/rpc \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'privy-app-id: <privy-app-id>' \
--data '{
"method": "wallet_sendCalls",
"caip2": "eip155:84532",
"chain_type": "ethereum",
"params": {
"calls": [
{
"to": "0xB8644175b78da1971C7278Ead8ff70Ce65E0981b",
"value": "0x00000001"
},
{
"to": "0xB8644175b78da1971C7278Ead8ff70Ce65E0981b",
"value": "0x00000002"
}
]
}
}'