Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/file/api/aienterprisetasksgeneraterecord/page' \
--header 'Authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"list": [
{
"id": "",
"tasksId": "",
"aiEnterpriseAccountId": "",
"userInfoId": "",
"content": "",
"companyId": "",
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": ""
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0,
"pages": 0
}
}