Authorization: Bearer ********************{
"id": 0,
"examPaperName": "string",
"duration": 0,
"isManual": 0,
"allowMakeup": 0,
"passingScore": 0,
"paperScore": 0,
"papelTotal": 0,
"captureCount": 0,
"paperDesc": "string",
"questionBankIds": [
0
],
"bigQuestionList": [
{
"bigQuestionName": "string",
"bigQuestionScore": 0,
"bigQuestionSingleScore": 0,
"questionCount": 0,
"examPaperId": 0,
"questionIds": [
0
]
}
]
}curl --location --request POST 'http://127.0.0.1:9000/examPaper/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"examPaperName": "string",
"duration": 0,
"isManual": 0,
"allowMakeup": 0,
"passingScore": 0,
"paperScore": 0,
"papelTotal": 0,
"captureCount": 0,
"paperDesc": "string",
"questionBankIds": [
0
],
"bigQuestionList": [
{
"bigQuestionName": "string",
"bigQuestionScore": 0,
"bigQuestionSingleScore": 0,
"questionCount": 0,
"examPaperId": 0,
"questionIds": [
0
]
}
]
}'