FastAPI httpbin Implement httpbin USING FastAPI Start: uvicorn main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips='*' -header server:FastAPI-HTTPBIN --reload Just for practice