🧾 Project Prompt (Assignment)
Your team wants the same Users API in Python for an AI-focused stack.
Rebuild the Users CRUD API using FastAPI with strong typing and automatic docs.
Requirements
GET /health🛠 Tools (Tech Stack)
httpx or FastAPI TestClient)💡 Implementation Hints
api/ (routers) vs core/ (services) vs db/ (later)response_model to prevent leaking internal fields