Authorization: Bearer ********************curl --location '/v1/videos/vid-xxxxxx' \
--header 'Authorization: Bearer <token>'{
"id": "vid-xxxxxx",
"status": "completed",
"progress": 100,
"data": [
{
"url": "https://newapi.oairegbox.cc/files/vid-xxxxxx.mp4"
}
]
}