Authorization: Bearer ********************{
"planDetailId": 0,
"personnelId": 0,
"examPaperId": 0,
"examPaperRecordId": 0
}curl --location 'http://127.0.0.1:9000/exam/submitPaper' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"planDetailId": 0,
"personnelId": 0,
"examPaperId": 0,
"examPaperRecordId": 0
}'{}