Move project to a different org
PUT {{baseUrl}}/org/:orgId/project/:projectId/move
Note: when moving a project to a new organization, the historical data used for reporting does not move with it.
Request Body
{
  "targetorgid": "${targetorgid}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |