x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/customers//card_accounts//withdrawals' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "string",
"type": "string",
"destination": {
"chain": "string",
"address": "string",
"memo": "string"
},
"client_note": "string"
}'{
"id": "string",
"amount": "string",
"type": "string",
"currency": "usdc",
"destination": {
"chain": "string",
"address": "string",
"memo": "string"
},
"tx_hash": "string",
"gas_fee": {
"amount": "string",
"currency": "string"
},
"client_note": "string",
"created_at": "string",
"updated_at": "string"
}