from typing import Any from pydantic import BaseModel class ApiLogInsert(BaseModel): api: str ms: int user_id: str