i have a problem with Python Flask Restful API and data goes to Elasticsearch, when i post a new data with Postman, problem is:
TypeError: Object of type \'Response\' is
def post(self): some_json=request.get_json() return jsonify({'you sent ':some_json})
enough to solve this issue