How do I best send Pydantic model objects via put requests?
I am quite new to Pydantic. I have noticed how it is often used in validating input to FastAPI.
I am quite new to Pydantic. I have noticed how it is often used in validating input to FastAPI.