curl --location --request POST 'https://enterprise-api.writer.com/cowrite/organization//team//generate' \
--header 'content-type: application/json' \
--data-raw ''
{
"id": 0,
"organizationId": 0,
"teamId": 0,
"documentId": "string",
"templateId": "string",
"body": "string",
"title": "string",
"deleted": true,
"createdUserId": 0,
"creationTime": "2024-02-01T06:08:07.362Z"
}