I am learning FastAPI and this makes absolutely no sense.
Here is the code to create a simple API
from typing import Optional from fastapi import FastAPI