/v1/organization/createCreate an organization
Creates a new organization, API key, and owner membership. Send returnIfExist to reuse an existing organization with the same slug.
| Field | Location | Required | Description |
|---|---|---|---|
| name | body | yes | Organization display name. |
| slug | body | yes | URL-safe organization slug. |
| returnIfExist | body | no | Return an existing organization for the same owner and slug when present. |