Send USDC to another CAPTCHA user.
curl -X POST https://proficient-magpie-162.convex.site/api/v1/send \ -H "Authorization: Bearer captcha_live_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "to_handle": "alice", "amount_usd": 5.00, "memo": "thanks for the great post" }'
{ "id": "tx_send_001", "from": "yourhandle", "to": "alice", "amount_usd": 5.00, "swap_tx": "9qRsTuVwXy...", "created_at": "2025-01-15T12:00:00Z" }
send