Fetches all slots a supervisor can theoretically reserve for a student.
Future<List<Slot>> getStudentSlots({required String token, required int studentId});