I am running the following command in Windows prompt:
curl -XPUT http://127.0.0.1:9200/test-index/test-type/_mapping?pretty=true -d \'{\"test-type\": {\"prop
Windows's cmd doesn't support strings with single quotes. Use " and escape the inner ones with \".
cmd
"
\"