I have the following endpoint in my Flask API:
@api.route("/files", methods=Method.POST) def upload_file() -&