x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/customers//static_memos' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"developer_fee_percent": "10.2",
"source": {
"currency": "usd",
"payment_rail": "ach"
},
"destination": {
"currency": "usdb",
"payment_rail": "arbitrum",
"address": "string",
"blockchain_memo": "string"
}
}'{
"data": {}
}