Authorization: ********************{
"name": "string",
"industry": "string",
"gender": "string",
"ageRange": "string",
"role": "string",
"targetCrowd": "string",
"targetAgeRange": "string",
"targetGender": "string",
"tone": "string",
"product": "string",
"language": "string",
"context": "string",
"emotion": "string",
"persuasivenessLevel": "string",
"additionalInfo": "string"
}curl --location --request POST 'http://127.0.0.1:10010/user/api/aiagent/create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"industry": "string",
"gender": "string",
"ageRange": "string",
"role": "string",
"targetCrowd": "string",
"targetAgeRange": "string",
"targetGender": "string",
"tone": "string",
"product": "string",
"language": "string",
"context": "string",
"emotion": "string",
"persuasivenessLevel": "string",
"additionalInfo": "string"
}'{
"status": "",
"message": "",
"data": {
"id": "",
"agentId": 0,
"name": "",
"industry": "",
"gender": "",
"ageRange": "",
"role": "",
"targetCrowd": "",
"targetAgeRange": "",
"targetGender": "",
"tone": "",
"product": "",
"language": "",
"context": "",
"emotion": "",
"persuasivenessLevel": "",
"additionalInfo": "",
"userInfoId": "",
"companyId": "",
"enabled": 0,
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": ""
}
}