Push main, publish skill content, deploy all components
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/publish \
--header 'Authorization: Bearer <token>'{
"ok": true,
"deployed": true,
"deploySkipped": true,
"deployError": "<string>",
"url": "<string>",
"appFlyName": "<string>",
"targetAppId": "<string>"
}Better Auth JWT token
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/publish \
--header 'Authorization: Bearer <token>'{
"ok": true,
"deployed": true,
"deploySkipped": true,
"deployError": "<string>",
"url": "<string>",
"appFlyName": "<string>",
"targetAppId": "<string>"
}