{
"id": "string",
"title": "string",
"description": "string",
"priority": "critical",
"column": "string",
"labels": [
"string"
],
"dueDate": "string",
"assignees": [
"string"
],
"checklist": [
{}
],
"sequential": true,
"comments": [
{
"id": "string",
"author": "string",
"text": "string",
"images": [
"http://example.com"
],
"createdAt": 0
}
],
"files": [
{
"name": "string",
"url": "http://example.com",
"mimeType": "string",
"size": 0
}
],
"autoAttempts": 0,
"conversationId": "string"
}