/: Base route
/docs: Docs for this application, generated by FastAPI
/api/example: Example "Hello world" endpoint
/api/example?name=Foo: Example "Hello world" endpoint with params
/api/example/github: Example endpoint that will return the GitHub user the application is authenticated with
/api/example/github/async: Same example endpoint as above, but using async