add mailaccount endpoint

This commit is contained in:
2026-05-18 22:01:20 +02:00
parent fb289ab298
commit 7b374b1eeb
4 changed files with 34 additions and 5 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
from pydantic import BaseModel
from src.db.models.admin import Profile
class ProfileResponse(BaseModel):
id: str
user_name: str
class ProfileModel(BaseModel):
user_name: str
first_name: str