curl --location --request PATCH 'https://gvazyknvkqdeuzmrnuwu.supabase.co/functions/v1/api-v1/bank-accounts/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_name": "Main Operating Account",
"current_balance": 130000,
"is_primary": true
}'