Use HTTPie as a client Endpoints GET specific Book with ID. http --json GET :8000/bookstore/[ID] GET all Books. http --json GET :8000/bookstore/ PUT or modify Book, validated with Pydantic Book model. http --json PUT :8000/bookstore/[ID] [KEY/Value]