Postman 拷贝 curl 不识别 --data-raw
postman:请求路径:
拷贝出来的curl:
curl --location --request POST 'http://xxxxxxxxxxxxx/xxx/xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "query": { "bool": { "must": [ { "xxxx": { "xxxxx": "xxxxx" } } ] } } }'
修改后:
就可以了