Create API

Create a FastAPI

from fastapi import FastAPI

app = FastAPI()