Authorization: Bearer ********************{
"status": "approved",
"mentorComment": "Good work",
"score": 100
}curl --location --request PATCH 'http://localhost:3000/api/v1/internship-kpis/mentor/review-project/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "approved",
"mentorComment": "Good work",
"score": 100
}'{
"message": "Submission reviewed successfully",
"data": {
"id": 3,
"internId": 3,
"kpiId": 2,
"mentorId": 2,
"submissionType": "text",
"fileUrl": "https://blah.com",
"fileKey": null,
"status": "approved",
"internshipProgramId": 2,
"mentorComment": "Good work",
"score": 100,
"submittedAt": "2025-08-06T15:19:11.969Z",
"reviewedAt": "2025-08-06T15:19:36.847Z",
"createdAt": "2025-08-06T15:19:11.921Z",
"updatedAt": "2025-08-06T15:19:36.858Z",
"deletedAt": null
},
"status": "success"
}