curl --location '/public-api/markConversationMessage/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"taskId": 0,
"botId": 0,
"accountId": 0,
"conversationId": 0,
"role": "string",
"content": "string",
"image": "string",
"options": {
"key": {}
},
"created": "string",
"modified": "string",
"status": 0,
"datasetId": 0
}'{
"errorCode": 0,
"message": "",
"data": null
}