curl --location --request POST '/api/v1/admin/video/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"caption": "Secion 1",
"link": "www.youtube.com/testadafda",
"thumbnail": {
"mimetype": "",
"base64": ""
}
}'{
"data": {
"message": "Request data successfully queried",
"status": true,
"video": {
"id": "6781747a28adcd05f0373e29",
"name": "Secion 1",
"link": "https://www.youtube.com/watch?v=vQUL5umTNY0",
"createdAt": "2025-01-10T19:26:50.792Z",
"updatedAt": "2025-01-10T19:26:50.792Z"
}
}
}