{
    "wallets": [
        {
            "id": 1,
            "description": "Pet",
            "amount_cents": 0,
            "image": "pet.png",
            "color": "#D64768",
            "is_active": true,
            "created_at": "2025-08-26T01:15:57.000000Z",
            "amount_reais": "0.00",
            "amount_reais_br": "R$ 0,00"
        },
        {
            "id": 2,
            "description": "Mercado",
            "amount_cents": 45148,
            "image": "supermarket.png",
            "color": "#B84040",
            "is_active": true,
            "created_at": "2025-08-26T01:18:10.000000Z",
            "amount_reais": "451.48",
            "amount_reais_br": "R$ 451,48"
        },
        {
            "id": 3,
            "description": "Lazer",
            "amount_cents": 0,
            "image": "videogame.png",
            "color": "#4FAB5E",
            "is_active": true,
            "created_at": "2025-08-26T01:19:15.000000Z",
            "amount_reais": "0.00",
            "amount_reais_br": "R$ 0,00"
        },
        {
            "id": 4,
            "description": "Ifood\/Lanches",
            "amount_cents": 0,
            "image": "default.png",
            "color": "#ff8648",
            "is_active": true,
            "created_at": "2025-08-31T21:46:04.000000Z",
            "amount_reais": "0.00",
            "amount_reais_br": "R$ 0,00"
        }
    ]
}