curl --location --request POST '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": "Petty Cash",
"account_type": "other",
"currency_code": "MXN",
"institution_name": "Internal",
"current_balance": 5000,
"is_primary": false
}'{
"success": true,
"data": {
"id": "660f9500-f30c-52e5-b827-557766551111",
"account_name": "Petty Cash",
"account_number_last4": null,
"account_number_masked": null,
"institution_name": "Internal",
"account_type": "other",
"currency_code": "MXN",
"current_balance": 5000,
"is_primary": false,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z"
}
}