Develop a restful API using fastAPI that performs CRUD operations on a list of mock people (ID, First Name, Last Name). Initialize Project using UV. Bonus (validation using PyDantic) In Python (3.14) To use, run uv run uvicorn main:app --reload