Object of type EXAMPLE_TYPE is not JSON serializable
The design of my system consists of two parts: There is a FastAPI webserver interface which wraps some core logic There is a class which contains all of the core logic, let's call it KeyValueStore for this example The core…