curl --location --request GET 'https://api.synci.io/api/v1/banks/accounts//balances/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 0,
"bank_account_id": 0,
"amount": 0,
"currency": "string",
"type": "CLOSING_AVAILABLE",
"reference_date": "2019-08-24T14:15:22Z",
"credit_limit_included": true,
"last_committed_transaction_entry_ref": "string",
"integrator_last_changed_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}