Retrieves user-in-a-course-level assignment data for a specific course and student from the Canvas LMS API.
get_user_course_assignment_data(canvas, course_id, student_id)A list of user-in-a-course-level assignment data retrieved from the Canvas LMS API.
A list containing the 'api_key' and 'base_url' for authentication.
The ID of the course for which to retrieve the assignment data.
The ID of the student for which to retrieve the assignment data.