curl --location --request GET '/api/v1/account/list' \
--header 'Authorization: Bearer <token>'{
"list": [
{
"id": 16,
"name": "ΠΠ²ΠΎΠΊΠ°",
"balance": 1000,
"organizationId": 26,
"type": "BANK",
"currency": "USD",
"createdAt": "2025-03-31T14:30:34.106Z",
"updatedAt": "2025-03-31T14:30:34.106Z"
},
{
"id": 17,
"name": "ΠΠ°Π»ΠΈΡΠ½ΡΠ΅",
"balance": 0,
"organizationId": 26,
"type": "CASH",
"currency": "USD",
"createdAt": "2025-03-31T14:30:34.107Z",
"updatedAt": "2025-03-31T14:30:34.107Z"
}
]
}