I have the following rest API written with flask (python)
from flask import Flask, jsonify, request app = Flask(__name__) @app.route(\'/load/\', met