Authorization: Bearer ********************{
"title": "Software Engineering Internship",
"location": "Abuja, Nigeria",
"description": "An immersive internship program designed to develop technical and soft skills for aspiring engineers.",
"startDate": "2025-12-01",
"endDate": "2026-03-01",
"requirements": "Basic knowledge of JavaScript, Git, and problem-solving skills.",
"categoryId": 1,
"evaluationTypeId": 2,
"companyName": "Tech Innovators Ltd.",
"industry": "Information Technology",
"department": "Software Development",
"numberOfSlots": 10,
"durationWeeks": 12,
"workFormat": "Hybrid",
"stipendOffered": true,
"stipendRange": "₦100,000 - ₦150,000 per month",
"expectedWeeklyHours": 40,
"goals": "Enhance coding proficiency and teamwork through real-world projects.",
"expectationTypeIds": [1,2],
"skills": [
{
"name": "Swimming",
"categoryId": 1,
"importanceLevelId": 2
},
{
"name": "Running",
"categoryId": 1,
"importanceLevelId": 2
}
],
"expectationIds": [2, 4],
"fieldOfStudyId": [1, 2]
}
curl --location 'http://localhost:3000/api/v1/internship-programs/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Software Engineering Internship",
"location": "Abuja, Nigeria",
"description": "An immersive internship program designed to develop technical and soft skills for aspiring engineers.",
"startDate": "2025-12-01",
"endDate": "2026-03-01",
"requirements": "Basic knowledge of JavaScript, Git, and problem-solving skills.",
"categoryId": 1,
"evaluationTypeId": 2,
"companyName": "Tech Innovators Ltd.",
"industry": "Information Technology",
"department": "Software Development",
"numberOfSlots": 10,
"durationWeeks": 12,
"workFormat": "Hybrid",
"stipendOffered": true,
"stipendRange": "₦100,000 - ₦150,000 per month",
"expectedWeeklyHours": 40,
"goals": "Enhance coding proficiency and teamwork through real-world projects.",
"expectationTypeIds": [1,2],
"skills": [
{
"name": "Swimming",
"categoryId": 1,
"importanceLevelId": 2
},
{
"name": "Running",
"categoryId": 1,
"importanceLevelId": 2
}
],
"expectationIds": [2, 4],
"fieldOfStudyId": [1, 2]
}'{}