The data to store, or None to mark the item for deletion.
The value must be a dictionary with string keys and JSON-serializable values.
Setting this to None signals that the item should be deleted.
Example:
{ "field1": "string value", "field2": 123, "nested": {"can": "contain", "any": "serializable data"} }