Authorization: Bearer ********************{
"examPaperQuestionUserAnswerId": 0,
"questionAnswer": "string"
}curl --location 'http://127.0.0.1:9000/exam/fillAnswers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"examPaperQuestionUserAnswerId": 0,
"questionAnswer": "string"
}'{}