curl --location --request POST '/api/v1/bootcamps/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bootcampId": "67a76ec45a3dcd2d0207d5ce"
}'{
"data": {
"message": "Congrats! You've just registred for the bootcamp.",
"status": true,
"user": {
"fullName": "Yahaya Abdullah Abu",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733748612/m5dciwudcttikkm3rgpg.jpg",
"phone": "+2348089885365",
"email": "abdullahyahaya2018@gmail.com",
"dateEnrolled": "2025-01-19T22:59:14.374Z"
}
}
}