Set up billing for a space (idempotent)
curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/setup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"initialCredits": 123
}
'{
"ok": true
}curl --request POST \
--url https://api.kazzle.app/api/billing/{spaceId}/setup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"initialCredits": 123
}
'{
"ok": true
}