Start a component
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/start \
--header 'Authorization: Bearer <token>'{
"ok": true,
"url": "<string>",
"error": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/component/start \
--header 'Authorization: Bearer <token>'{
"ok": true,
"url": "<string>",
"error": "<string>"
}