curl --request GET \
--url https://api.closebot.com/agency/billing/options \
--header 'X-CB-KEY: <api-key>'{
"overBillingEnabled": true,
"usageBillingEnabled": true,
"autoRefillEnabled": true,
"topUpAmount": 123,
"refillThreshold": 123,
"currency": "<string>"
}curl --request GET \
--url https://api.closebot.com/agency/billing/options \
--header 'X-CB-KEY: <api-key>'{
"overBillingEnabled": true,
"usageBillingEnabled": true,
"autoRefillEnabled": true,
"topUpAmount": 123,
"refillThreshold": 123,
"currency": "<string>"
}