curl --location --request POST '/api/v1/admin/hero/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "coach_page",
"link": "https://www.youtube.com/watch?v=NyKVhJ8Pm04"
}'{
"data": {
"message": "Success! A new hero section has been added successfully.",
"status": true,
"hero": {
"id": "679d7a5cc33fc506fa39140d",
"link": "https://res.cloudinary.com/dzljyt3y1/video/upload/v1738373722/qxsgc7tjinbbzlxjrf9d.mp4",
"title": "front_page",
"updatedAt": "2025-02-01T01:35:24.180Z"
}
}
}