from pydantic import BaseModel class WalletSchema(BaseModel): id: int brand_name: str bg_image: str logo: str font_color: str bg_color: str