Authorization: ********************{
"objectives": 0,
"title": "string",
"personalHomePage": "string",
"userInfoId": "string",
"type": 0,
"targetCustomers": "string",
"industry": "string",
"area": "string",
"product": "string",
"ipStyle": "string",
"ipOrAdvantage": "string",
"highlight": "string",
"offer": "string",
"keywords": "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
}
]
},
"ipCharacterSetting": "string",
"ipExpressionHabits": "string",
"ipCustomerCase": "string",
"ipFaddish": "string",
"staffLocution": "string",
"staffCoreCompetitiveness1": "string",
"staffCoreCompetitiveness2": "string",
"staffCustomerPainPoints1": "string",
"staffCustomerPainPoints2": "string",
"staffDeadlyHook": "string",
"brandProduct": "string",
"brandBriefIntroduction": "string",
"position": "string",
"other": "string"
}curl --location --request POST 'http://127.0.0.1:10010/file/api/aienterpriseaccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectives": 0,
"title": "string",
"personalHomePage": "string",
"userInfoId": "string",
"type": 0,
"targetCustomers": "string",
"industry": "string",
"area": "string",
"product": "string",
"ipStyle": "string",
"ipOrAdvantage": "string",
"highlight": "string",
"offer": "string",
"keywords": "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
}
]
},
"ipCharacterSetting": "string",
"ipExpressionHabits": "string",
"ipCustomerCase": "string",
"ipFaddish": "string",
"staffLocution": "string",
"staffCoreCompetitiveness1": "string",
"staffCoreCompetitiveness2": "string",
"staffCustomerPainPoints1": "string",
"staffCustomerPainPoints2": "string",
"staffDeadlyHook": "string",
"brandProduct": "string",
"brandBriefIntroduction": "string",
"position": "string",
"other": "string"
}'{
"status": "",
"message": "",
"data": {
"id": "",
"objectives": 0,
"title": "",
"userInfoId": "",
"type": 0,
"industry": "",
"area": "",
"ipOrAdvantage": "",
"highlight": "",
"offer": "",
"keywords": "",
"companyId": "",
"enabled": 0,
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": ""
}
}