{
"student": 6,
"course": 2,
"pass_status": true
}curl --location 'http://127.0.0.1:80/api/levels/enrollments/' \
--header 'Content-Type: application/json' \
--data '{
"student": 6,
"course": 2,
"pass_status": true
}'{}