Authorization: Bearer ********************{
"title": "Backend Internship Program",
"description": "A 3-month backend engineering internship focused on Node.js and PostgreSQL.",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"requirements": "Basic knowledge of JavaScript and REST APIs.",
"categoryId": 26
}curl --location --request PATCH 'http://localhost:3000/api/v1/internship-programs/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Backend Internship Program",
"description": "A 3-month backend engineering internship focused on Node.js and PostgreSQL.",
"startDate": "2025-07-01",
"endDate": "2025-09-30",
"requirements": "Basic knowledge of JavaScript and REST APIs.",
"categoryId": 26
}'{}