Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/conversation_message/snapshot/single/state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'{
"botId": "string",
"conversationId": "string",
"deviceId": "string",
"id": "string",
"message": {
"content": {
"text": "string",
"type": "Text"
},
"metadata": {},
"role": "user"
},
"releasedId": "string"
}