Prepare a shielded transfer or an unshield to a public address.
curl -X POST http://localhost:3004/privacy/transfer \ -H "x-api-key: $API_KEY" \ -H 'Content-Type: application/json' \ -d '{"chainId":137,"token":"0x...","amount":"1000000","toRailgunAddress":"0zk...","memo":"hello"}'