curl --location -g --request POST 'https://apiv3.imocha.io/v3/reports?PageNo={pageNo}&PageSize={pageSize' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "startDate": "string",
    "endDate": "string"
}'{
    "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
}