I want to run multiple requests in concurrency in Python FastAPI, my current py file api.py is as follows:
api.py
from fastapi import FastAPI import time a