I use the following API endpoint to get all assignments for a course
api/v1/courses/:course_id/assignments
It returns an empty list for me, but when I access the grade book from Canvas UI, I get a list of all assignments for all students. Why I receive an empty list as a response when I use the API?