Pydantic Rules

Use model.model_validate(response.json()) to validate reponses from HTTP calls to validate the response and create nicely typed objects.