curl --location --request GET 'https://api.teamly.one/api/v1/channels//todo/list' \
--header 'Authorization;'
{
"success": true,
"todos": [
{
"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"
}
]
}