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
I had a similar problem, the problem is that i was using jsonify twice (jsonify(jsonify({abc:123})))
jsonify(jsonify({abc:123}))