{
"email": "student2@example.com",
"course_id": 4
}curl --location 'http://localhost:3000/api/v1/api/v1/talents/enrollment-status' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "student2@example.com",
"course_id": 4
}'{}