curl --location --request POST 'https://apiv3.imocha.io/v3/reports?PageNo=1&PageSize=100' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-07-31T12:00:56Z",
"endDate": "2025-10-29T12:34:56Z"
}'{
"reports": [
{
"candidateFullName": "string",
"status": "string",
"appearedOn": "string",
"testInvitationId": 0,
"testId": 0,
"candidateEmail": "string",
"completedOn": "string",
"score": 0,
"candidatePoints": 0,
"totalTestPoints": 0,
"scorePercentage": 0,
"timeTaken": 0,
"testDuration": 0,
"performanceCategory": "string",
"testName": "string",
"pdfReportUrl": "string"
}
],
"pageNumber": 0,
"totalPages": 0,
"totalCount": 0,
"hasPreviousPage": true,
"hasNextPage": true
}