curl --location --request POST 'https://api.teamly.one/api/v1/channels//todo/item//clone' \
--header 'Authorization;'
{
"success": true,
"todo": {
"id": "string",
"channelId": "string",
"type": "string",
"content": "string",
"createdBy": "string",
"editedBy": "string",
"editedAt": "2019-08-24T14:15:22Z",
"completed": true,
"completedBy": "string",
"completedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z"
}
}