curl --request POST \
--url https://api.zo.computer/browser/session/{session_id}/save-context \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Best-effort capture of session context for reuse, without releasing the session.
curl --request POST \
--url https://api.zo.computer/browser/session/{session_id}/save-context \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}