curl --location --request POST 'https://api.cometapi.com/v1/videos/' \
--header 'Authorization: {{api-key}}'
{
"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"
}
}
}