
def build_profile(user_id: str, active: bool) -> dict[str, str]:
    return {"id": user_id, "active": str(active)}