Authorization: ********************{
"tasksId": "string",
"accountId": "string",
"taskType": 0,
"taskDate": "string",
"content": "string",
"documentUrl": "string"
}curl --location --request POST 'http://127.0.0.1:10010/file/api/aienterprisetasksgeneraterecord/create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasksId": "string",
"accountId": "string",
"taskType": 0,
"taskDate": "string",
"content": "string",
"documentUrl": "string"
}'{
"status": "",
"message": "",
"data": {
"id": "",
"tasksId": "",
"aiEnterpriseAccountId": "",
"userInfoId": "",
"content": "",
"companyId": "",
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": ""
}
}