Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/user/api/aiagent/getByCurrentUser' \
--header 'Authorization: <api-key>'{
"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": ""
}
}