Authorization: Bearer ********************curl --location --request POST 'https://api.tenbyte.io/v1/webhooks/transcoding/vidinfra' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "a7f590b4-3fd7-42a4-82bb-a7cfa6aa9d04",
"video_id": "7194ba1e-a193-4994-896f-77008642370d",
"status": "processing",
"duration": 1265,
"size": 54321065,
"raw_size": 98765465
}'{
"message": "transcoding webhook accepted"
}