FastAPI - Database Integration
You want to return a list of users from MongoDB in FastAPI, but each user's
_id must be a string, not ObjectId. Which code snippet correctly does this?