curl --location '/public-api/markTask/list'{
"errorCode": 0,
"message": "",
"data": [
{
"id": 0,
"deptId": 0,
"tenantId": 0,
"conversationCount": 0,
"taskProgress": 0,
"markUser": 0,
"status": 0,
"created": "",
"createdBy": 0,
"modified": "",
"modifiedBy": 0,
"conversationIds": [
0
]
}
]
}