Authorization: Bearer ********************{
"internshipProgramId": 1,
"interviewNotes": "Strong communication skills, good technical foundation."
}curl --location 'http://localhost:3000/api/v1/internship-programs/apply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"internshipProgramId": 1,
"interviewNotes": "Strong communication skills, good technical foundation."
}'{
"status": "Success",
"message": "Internship application submitted successfully",
"data": {
"talentId": 1,
"status": "pending",
"internshipProgramId": 1,
"interviewNotes": "Strong communication skills, good technical foundation.",
"id": 1,
"createdAt": "2025-06-24T08:18:15.079Z",
"updatedAt": "2025-06-24T08:18:15.079Z",
"deletedAt": null
}
}