This API is created using FastAPI python Framework.
Authentication Method - API key
#Dependencies
FastAPI - pip install fastapi[all]
uvicorn - pip install uvicorn[standard]
#Instruction
Install Dependencies
Add API key to api_keys = ["API-KEY"]
Run (Python main.py)
#To test API
Send an HTTP GET request to http://localhost/api/data with the Authentication header set to a valid API key.