post
https://api.lightcast.io/curricular-skills/curricular-skills/courses
The single course creation endpoint provides functionality for creating individual courses, one-at-a-time. You may create a single course by making a POST request with a valid course object to the /curricular-skills/courses endpoint. The course object must contain, at the minimum, a site, title, and a boolean value for isPublished. id will be ignored, if provided, as it is automatically generated and cannot be changed.
