curl --location --request GET '/api/v1/admin/video/all' \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "Request data successfully queried",
"status": true,
"videos": [
{
"id": "683c4ed42291a911f35764bb",
"caption": "Rust in 100 Secs",
"link": "https://www.youtube.com/watch?v=5C_HPTJg5ek",
"thumbnail": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1748782804/jc20wi52vvodptewoseq.jpg",
"createdAt": "2025-06-01T13:00:04.760Z",
"updatedAt": "2025-06-01T13:00:04.760Z"
}
]
}
}