curl --location --request GET '/agent/a12d5be1-3456-4c18-b111-33cdd0a1cc99/balance' \
--header 'Authorization: <api-key>'{
"items": [
{
"currency_code": "USD",
"available": "87.50",
"updated_at": "2024-11-01T10:01:30Z"
},
{
"currency_code": "EUR",
"available": "10.00",
"updated_at": "2024-11-01T09:00:00Z"
}
]
}