Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/internship-kpis/submissions' \
--header 'Authorization: Bearer <token>' \
--form 'kpiId="5"' \
--form 'submissionType="file"' \
--form 'fileSubmissionUrl="https://blah.com"' \
--form 'file=@""' \
--form 'description="Intern'\''s explanation of task done"'{
"status": "success",
"message": "Submission successful",
"data": {
"internId": 22,
"kpiId": "5",
"mentorId": "21",
"submissionType": "text",
"fileUrl": "https:www.com/me",
"fileKey": null,
"internshipProgramId": "16",
"submittedAt": "2025-07-17T13:32:57.331Z",
"mentorComment": null,
"score": null,
"reviewedAt": null,
"id": 15,
"status": "pending",
"createdAt": "2025-07-17T13:32:57.276Z",
"updatedAt": "2025-07-17T13:32:57.276Z",
"deletedAt": null
}
}