This function retrieves data from various endpoints for a specific course in the Canvas LMS API and stores the data as JSON files in a specified storage location.
create_course_datalake(canvas, course_id, storage_location)NULL.
An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.
The ID of the course for which to create the data lake.
The path to the storage location where the data files will be saved.