I\'m trying to send elasticserach multi search request via postman as below:
POST - http://localhost:9200/_msearch content-type : x-www-form-urlencoded body: {\"
You can also make your request body be json format and change your Content-Type be application/json, please take a look as below