Get all courses assigned to the current user via assignment_courses.
Returns courses with full context (status, assignment, ship, curriculum). Courses are sourced from assignment_courses table, with registration status joined when available (None if course not yet started).
By default, only includes courses from active assignments (not ended). Use include_past=true to include courses from ended assignments.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Include courses from ended assignments
Successful Response
Response wrapper for user's courses endpoint.