{
    "beginTime": 0,
    "endTime": 0,
    "groupId": 0,
    "uniqueId": "string",
    "pageStart": 0,
    "pageSize": 0
}curl --location --request POST 'https://www.plaso.cn/dataentry/statistics/listStudentHomeworkData' \
--header 'Content-Type: application/json' \
--data-raw '{
    "beginTime": 0,
    "endTime": 0,
    "groupId": 0,
    "uniqueId": "string",
    "pageStart": 0,
    "pageSize": 0
}'{
    "code": 0,
    "obj": {
        "total": 0,
        "list": [
            {
                "userName": "string",
                "loginName": "string",
                "groupName": "string",
                "title": "string",
                "status": 0,
                "courseName": "string",
                "teacherName": "string",
                "createTime": 0,
                "submitTime": 0,
                "score": "-1",
                "readAnswer": "0",
                "correctionCount": "0",
                "errorCount": "0",
                "correctness": "-1",
                "answerDuration": "0"
            }
        ]
    }
}