Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/prompt/snapshot/list/state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'[
{
"content": {
"text": "string",
"type": "Default"
},
"description": "string",
"id": "string",
"name": "string"
}
]