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