{
"title": "123"
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/api/ai-conversations/5a4bf8ea-9fb6-432a-bcfe-74817e028fd8' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "123"
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"title": "string",
"userId": "string",
"modelId": "string",
"summary": null,
"messageCount": 0,
"totalTokens": 0,
"config": null,
"status": "string",
"isPinned": true,
"isDeleted": true,
"metadata": null,
"createdAt": "string",
"updatedAt": "string"
},
"timestamp": 0
}