curl --request POST \
--url https://api.example.com/checkpoints/put \
--header 'Content-Type: application/json' \
--data '
{
"thread_id": "<string>",
"checkpoint_id": "<string>",
"checkpoint": {},
"checkpoint_ns": "",
"parent_checkpoint_id": "<string>",
"metadata": {},
"blobs": [
{
"channel": "<string>",
"version": "<string>",
"type": "<string>",
"blob": "<string>"
}
]
}
'