Update the code example in the README file. Change from this `@app.get("/jobs/status/<job_id}>")` to: `@app.get("/jobs/status/{job_id}")`
Update the code example in the README file.
Change from this
@app.get("/jobs/status/<job_id}>")to:
@app.get("/jobs/status/{job_id}")