curl --location --request GET '/api/v1/admin/bootcamps/students/67a76ec45a3dcd2d0207d5ce' \
--header 'Authorization: Bearer <token>'{
"data": {
"message": "Request data successfully queried",
"status": true,
"total": 1,
"students": [
{
"userId": "678261c1ae5e28ad9822bdc7",
"fullName": "Yahaya Abdullah Abu",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733748612/m5dciwudcttikkm3rgpg.jpg",
"phone": "+2348089885365",
"email": "abdullahyahaya2018@gmail.com",
"dateEnrolled": "2025-01-19T23:26:31.995Z",
"_id": "678d8a28a97e005e79eb134c",
"id": "678d8a28a97e005e79eb134c"
}
]
}
}