{
  "reports": [
    {
      "testInvitationId": 0,
      "testId": 0,
      "candidateEmail": "string",
      "candidateName": "string",
      "attemptedOn": "2025-10-03T05:36:29.613Z",
      "completedOn": "string",
      "status": "string",
      "score": 0,
      "candidatePoints": 0,
      "totalTestPoints": 0,
      "scorePercentage": 0,
      "timeTaken": 0,
      "testDuration": 0,
      "performanceCategory": "string",
      "testName": "string",
      "pdfReportUrl": "string",
      "quesDifficultyAnalysis": [
        {
          "difficultyLevel": "string",
          "noOfQuestions": 0,
          "noOfCorrectQuestions": 0,
          "percentage": 0
        }
      ],
      "sections": [
        {
          "candidateScore": 0,
          "sectionScore": 0,
          "noOfQue": 0,
          "sectionName": "string",
          "sectionTime": 0,
          "sectionTimeTaken": 0,
          "negativeMark": 0,
          "correctQuestions": 0,
          "wrongQuestions": 0,
          "skippedQuestions": 0,
          "notAnsweredQuestions": 0
        }
      ]
    }
  ]
}