TaskUpdated event for a task. Useful for forcing downstream listeners (e.g., analytics, notifications) to re-process. Permission: write taskscurl --location --request POST 'https://api-dev.commandroom.ai/api/api/tasks/42/trigger_updated' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"success": true,
"message": "Success."
}