{ "accounts": [ { "balance": 100, "balanceFormatted": "$100", "status": "active", "negative": false }, { "balance": -50, "balanceFormatted": "-$50", "status": "overdrawn", "negative": true } ] }