x-api-key: ********************curl --location --request PUT 'https://online-banking.originalaccounts.com/customers//virtual_accounts/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"developer_fee_percent": "10.2",
"destination": {
"currency": "usdb",
"payment_rail": "arbitrum",
"address": "string",
"blockchain_memo": "string",
"wallet_id": "string"
}
}'{
"data": {}
}