Jquery – How fetch a json query response from an api in python using requests library?
I want to pass a json query as an argument in the requests.get method in python and get the query based response from the url. query_params = { "query": { "exists": { "field": "user_id" } }, "size":10000 } headers =…