{
"student": 6,
"exam": 4,
"score": 100,
"date_taken": "2024-03-14T12:50:00"
}
curl --location --request POST 'http://127.0.0.1:80/api/exams/results/' \
--header 'Content-Type: application/json' \
--data-raw '{
"student": 6,
"exam": 4,
"score": 100,
"date_taken": "2024-03-14T12:50:00"
}'
{}