curl --location '/public-api/v1/bot/botConversation/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"title": "string",
"botId": 0,
"accountId": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
},
"systemPrompt": "string",
"variablesFormOptions": {
"key": {}
},
"botMessageList": [
{
"id": 0,
"botId": 0,
"accountId": 0,
"conversationId": 0,
"role": "string",
"content": "string",
"image": "string",
"options": {
"key": {}
},
"created": "string",
"modified": "string",
"summary": "string",
"roundNumber": 0,
"key": "string"
}
],
"bot": {
"id": 0,
"alias": "string",
"deptId": 0,
"tenantId": 0,
"categoryId": 0,
"title": "string",
"description": "string",
"icon": "string",
"modelId": 0,
"modelOptions": {
"key": {}
},
"status": 0,
"options": {
"key": {}
},
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0
}
}'