curl --location --request PATCH '/api/v1/admin/video/683c5107ec621491e4467417' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"caption": "string",
"link": "string",
"thumbnail": {
"mimetype": "string",
"base64": "string"
}
}'{
"data": {
"message": "Success, Video has been updated successfully.",
"status": true,
"video": {
"id": "683c5107ec621491e4467417",
"caption": "How I made 6.3M in One TV Station Raid - Arena Breakout Infinite",
"link": "https://www.youtube.com/watch?v=q7Ybyv1bChY",
"thumbnail": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1748783530/kqvasyxxeu59ggwhzg4t.jpg",
"createdAt": "2025-06-01T13:09:27.567Z",
"updatedAt": "2025-06-01T13:12:11.053Z"
}
}
}