Authorization: ********************{
"id": "string",
"tasks": {
"task1": [
{
"title": "string",
"type": 0
}
],
"task2": [
{
"title": "string",
"type": 0
}
],
"task3": [
{
"title": "string",
"type": 0
}
],
"task4": [
{
"title": "string",
"type": 0
}
],
"task5": [
{
"title": "string",
"type": 0
}
]
}
}curl --location --request PUT 'http://127.0.0.1:10010/file/api/aienterpriseaccount/accountTasks' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"tasks": {
"task1": [
{
"title": "string",
"type": 0
}
],
"task2": [
{
"title": "string",
"type": 0
}
],
"task3": [
{
"title": "string",
"type": 0
}
],
"task4": [
{
"title": "string",
"type": 0
}
],
"task5": [
{
"title": "string",
"type": 0
}
]
}
}'{
"status": "",
"message": "",
"data": {
"id": "",
"objectives": 0,
"title": "",
"personalHomePage": "",
"userInfoId": "",
"type": 0,
"industry": "",
"area": "",
"ipOrAdvantage": "",
"highlight": "",
"offer": "",
"keywords": "",
"companyId": "",
"enabled": 0,
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": ""
}
}