{
"student": 4,
"exam": 1,
"question": 1,
"student_choice": 2
}
curl --location --request POST 'http://127.0.0.1:80/api/exams/answers/' \
--header 'Content-Type: application/json' \
--data-raw '{
"student": 4,
"exam": 1,
"question": 1,
"student_choice": 2
}'
{}