- CreateLecture(    topicname: string,    course: { code: string },    start_date: Date,    end_date: Date,    timeofday: string,    state: string,    token: string,): Promise<any> - Parameters- topicname: string
- course: { code: string }
- start_date: Date
- end_date: Date
- timeofday: string
- state: string
- token: string
 
- Returns Promise<any>