curl --request GET \
--url https://api.closebot.com/agency/billing/balance \
--header 'X-CB-KEY: <api-key>'{
"balance": 123,
"currency": "<string>"
}Gets the balance of the agency.
curl --request GET \
--url https://api.closebot.com/agency/billing/balance \
--header 'X-CB-KEY: <api-key>'{
"balance": 123,
"currency": "<string>"
}