curl --location -g --request GET 'https://apiv3.imocha.io/v3/tests/{testId}' \
--header 'x-api-key;'{
    "testId": 0,
    "testName": "string",
    "duration": 0,
    "questions": 0,
    "status": "string",
    "sections": [
        {
            "sectionName": "string",
            "sectionType": "string",
            "questions": 0,
            "duration": 0,
            "negativeScoreEnabled": 0,
            "negativeScoreType": null,
            "negativeScore": null
        }
    ]
}