Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/examPaper/paperPreview/4' \
--header 'Authorization: Bearer <token>'{
"successful": true,
"code": 0,
"message": "string",
"timestamp": "string",
"data": {
"id": "string",
"examPaperName": "string",
"bigQuestionList": [
{
"bigQuestionId": "string",
"bigQuestionName": "string",
"bigQuestionScore": "string",
"questionCount": 0,
"questionList": [
{
"id": "string",
"questionType": 0,
"questionStem": "string",
"fileId": "string",
"fileUrl": "string",
"correctOption": null,
"optionList": [
{
"options": "string",
"optionContent": "string",
"optionContentAnalysis": "string",
"isCorrect": 0,
"fileId": "string",
"fileUrl": "string"
}
],
"questionScore": 0
}
]
}
]
}
}