curl --location --request GET '/aiCall/createAgent?userId&type&version'
{
"date": "string",
"status": 0,
"message": "string",
"data": {
"name": "销售模板",
"language": "zh-CN",
"voice": "zh-CN-XiaoxiaoNeural",
"createTime": "2024-01-01 10:00:00",
"updateTime": "2024-01-01 10:00:00",
"agentId": "agent123",
"conversationFlowId": "flow123",
"userId": 0,
"type": 0,
"isDelete": 0,
"voiceId": "string",
"languageId": "string"
},
"returnCode": 0,
"count": 0,
"isEmpty": true
}