curl --location --request POST 'https://online-banking.originalaccounts.com/v1/instances//partner-fees' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Display Name",
"payout_percentage_fee": 1,
"stellar_wallet_address": "",
"payout_flat_fee": 1,
"payin_percentage_fee": 1,
"payin_flat_fee": 1,
"evm_wallet_address": "0x1234567890123456789012345678901234567890",
"virtual_account_set": false
}'{
"id": "fe_000000000000",
"instance_id": "in_000000000000",
"name": "Display Name",
"payout_percentage_fee": 1,
"payout_flat_fee": 1,
"payin_percentage_fee": 1,
"payin_flat_fee": 1,
"evm_wallet_address": "0x1234567890123456789012345678901234567890",
"stellar_wallet_address": "GAB22222222222222222222222222222222222222222222222222222222222222"
}