Authorization: Bearer ********************curl --location 'http://127.0.0.1:9000/exam/getExamPaperDetails/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"examPaperName": "",
"duration": 0,
"isManual": 0,
"allowMakeup": 0,
"passingScore": 0.0,
"paperScore": 0.0,
"singleChoiceCount": 0,
"singleChoiceScore": 0.0,
"multipleChoiceCount": 0,
"multipleChoiceScore": 0.0,
"trueFalseCount": 0,
"trueFalseScore": 0.0
}