Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/question/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"questionType": 0,
"questionStem": "string",
"fileId": 0,
"fileUrl": "string",
"correctOption": "string",
"optionList": [
{
"options": "string",
"optionContent": "string",
"optionContentAnalysis": "string",
"isCorrect": 0,
"fileId": 0,
"fileUrl": "string"
}
]
}