from pydantic import BaseModel class AuthLoginRequest(BaseModel): auth_date: int first_name: str hash: str id: int photo_url: str