Toggle billing enforcement for a space
curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/enforcement \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"disabled": true
}
'{
"ok": true,
"disabled": true
}curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/enforcement \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"disabled": true
}
'{
"ok": true,
"disabled": true
}