Authorization: Bearer ********************{
"mentorId":32,
"internshipProgramId":14,
"role": "mentor"
}curl --location 'http://localhost:3000/api/v1/mentors/assign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mentorId":32,
"internshipProgramId":14,
"role": "mentor"
}'{
"status": "Success",
"message": "Mentor assigned successfully to internship program",
"data": {
"mentorId": 21,
"role": "mentor",
"internshipProgramId": 14,
"id": 9,
"createdAt": "2025-07-10T09:12:44.824Z",
"updatedAt": "2025-07-10T09:12:44.824Z",
"deletedAt": null
}
}