get /api/v8/org/{organization_slug}/courses/{course_name}/users/current/points
Returns the current user’s points from the course in a json format. Course is searched by name
get /api/v8/org/{organization_slug}/courses/{course_name}/users/{user_id}/points
Returns the given user’s points from the course in a json format. Course is searched by name
get /api/v8/org/{organization_slug}/courses/{course_name}/exercises/{exercise_name}/points
Returns all the awarded points of an excercise for all users