curl --location --request POST 'https://api.tenbyte.io/v1/jobs//event' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"output_id": "a2f8c7d1-91ab-4f7b-8f6d-2c9a7b4e5d11",
"task_id": "e5c9a7b4-3d1f-4a8c-9b2e-1f6d7a8c9e10",
"event_type": "task_started",
"event_data": {
"stage": "transcoding",
"codec": "h264",
"preset": "hls-1080p-standard",
"preset_version": "v1",
"progress_percent": 0,
"estimated_duration_seconds": 420
},
"worker_machine_id": "f1d2c3b4-5678-49ab-9cde-0123456789ab"
}'