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