26 lines
599 B
JSON

{
"accounts": [
{
"account_id": "ACC-001",
"holder": "Alice Mueller",
"balance": 5000.00,
"currency": "CHF",
"status": "active"
},
{
"account_id": "ACC-002",
"holder": "Bob Schneider",
"balance": 1200.50,
"currency": "CHF",
"status": "active"
},
{
"account_id": "ACC-003",
"holder": "Clara Brunner",
"balance": 300.00,
"currency": "CHF",
"status": "frozen"
}
]
}