Get component logs (supports SSE streaming with follow=true)
curl --request GET \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/logs \
--header 'Authorization: Bearer <token>'{
"ok": true,
"log": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/logs \
--header 'Authorization: Bearer <token>'{
"ok": true,
"log": "<string>"
}