Authorization: ********************{
"userId": 0,
"moduleType": 0
}curl --location '/agentAi/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"moduleType": 0
}'{
"code": 0,
"msgData": {
"promptCode": null,
"msg": "string",
"menuUrl": null
},
"description": null,
"promptCode": null,
"data": [
{
"id": "string",
"userId": 0,
"sessionId": 0,
"headline": "string",
"content": "string",
"inputFactor": "string",
"dataType": 0,
"moduleType": 0,
"createTime": "string",
"updateTime": "string"
}
]
}