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