classroom (v1) PREREQUISITE: Read for auth, global flags, and security rules. If missing, run to create it. API Resources courses - — Creates a course. The user specified in is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This method returns the following error codes: if the requesting user is not permitted to create courses or for access errors. if the primary teacher is not a valid user. - — Deletes a course. This method return…