Create Content
Deprecated, use [Confluence's v2 API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).Creates a new piece of content or publishes an existing draft.To publish a draft, add the `id` and `status` properties to the body of the request.Set the `id` to the ID of the draft and set the `status` to 'current'. When therequest is sent, a new piece of content will be created and the metadata from thedraft will be transferred into it.By default, the fo...