{
"success": true,
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"account_name": "BBVA Business Checking",
"account_number_last4": "1234",
"account_number_masked": "****1234",
"institution_name": "BBVA",
"account_type": "checking",
"currency_code": "MXN",
"current_balance": 125000.5,
"available_balance": 120000,
"status": "active",
"is_primary": true,
"last_synced_at": "2025-01-15T10:00:00Z",
"created_at": "2024-06-01T00:00:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"account_name": "Santander Savings",
"account_number_last4": "5678",
"account_number_masked": "****5678",
"institution_name": "Santander",
"account_type": "savings",
"currency_code": "MXN",
"current_balance": 500000,
"available_balance": 500000,
"status": "active",
"is_primary": false,
"last_synced_at": null,
"created_at": "2024-08-15T00:00:00Z"
}
]
}