Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/webhooks/transcoding/vidinfra' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id": "38dc2a4b-b2fe-46cf-ad7f-ee33a001ce49",
"id": "a7f590b4-3fd7-42a4-82bb-a7cfa6aa9d04",
"status": "processing",
"duration": 1265,
"size": 54321065,
"raw_size": 98765465
}'{
"message": "transcoding webhook accepted"
}