curl --request POST \
--url https://api.example.com/threads/{thread_id}/state \
--header 'Content-Type: application/json' \
--data '
{
"values": [
"<unknown>"
],
"checkpoint": {
"thread_id": "<string>",
"checkpoint_ns": "<string>",
"checkpoint_id": "<string>",
"checkpoint_map": {}
},
"as_node": "<string>"
}
'