Key Features:
- Add FastAPI server
- Command to run FastAPI server
Endpoints to return:
- list of person objects
- single-person object
- list of reviews for the specified person object
- list of videos for the specified person object
- list of reels for the specified person object
- list of recent places for the specified person object
- data about work and education for the specified person object
- list of places for the specified person object
- list of friends for the specified person object
- list of images for the specified person object
- single image object
- list of a family member for specified person object
New command
python main.py start-fastapi-server