curl --request PUT \
--url https://api.closebot.com/agency/billing/re-billing \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"enabled": true,
"responseCost": "<string>",
"storageCost": "<string>",
"userCost": "<string>",
"tokenMultiplier": "<string>"
}
'curl --request PUT \
--url https://api.closebot.com/agency/billing/re-billing \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"enabled": true,
"responseCost": "<string>",
"storageCost": "<string>",
"userCost": "<string>",
"tokenMultiplier": "<string>"
}
'