action learnifier_post_orgunits_orgid_projects { label: "Create project" description: "Creates a new project\n" provider: learnifier method: POST path: "/orgunits/{orgid}/projects" encoding: json input: { type: "object" properties: { orgid: { type: "string" } } required: ["orgid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }