Configure auto top-up settings
curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/auto-top-up \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"threshold": 123,
"amount": 123
}
'{
"ok": true
}curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/auto-top-up \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"threshold": 123,
"amount": 123
}
'{
"ok": true
}