Create a new organization
POST {{baseUrl}}/org
An organization can be created as part of a group, or independently. If the groupId is not provided, a Personal Org will be created independent of a group.
Request Body
{
  "groupid": "${groupid}",
  "name": "${name}",
  "sourceorgid": "${sourceorgid}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |