curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/enrollments/resetGoals/{courseId} \
--header 'Authorization: Bearer <token>'{
"data": {
"updated": 123,
"errors": [
"<string>"
]
}
}Resets the goals for all enrollments in a course to the course’s current goals.
curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/enrollments/resetGoals/{courseId} \
--header 'Authorization: Bearer <token>'{
"data": {
"updated": 123,
"errors": [
"<string>"
]
}
}