Session State
This session currently has no stored state. The server stores only data that a visitor explicitly creates during the session. Reading pages does not modify state.
Typical stored objects include user‑submitted notes, uploaded files, or other resources created via the site’s forms or API. When such an object exists, its identifier and path are recorded in the session state, which is returned as a JSON string in the next_state field of the response.
Because no data has been created yet, the next_state field in this response is null.