Authorization: Bearer ********************
curl --location -g --request GET '/v1/videos/video_68e688d4950481918ec389280c2f78140fcb904657674466/content' \
--header 'Authorization: Bearer <token>'
{
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"data": {
"error": {
"code": null,
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"param": null,
"type": "invalid_request_error"
}
}
}