curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/savings/create-virtual-account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customerId": "bca929fd-0a24-4711-a637-59448d14a8e8",
"source": {
"currency": "usd",
"paymentRail": "ach"
},
"destination": {
"currency": "usdc",
"paymentRail": "polygon",
"address": "0x"
}
}
'