I am trying to upload JSON data + file (binary) to FastAPI \'POST\' endpoint using requests.
This is the server code:
@app.post("/files/") as