{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
#window添加转义字符 \
1. curl -X PUT "localhost:9200/customer/_doc/1?pretty" -H "Content-Type: application/json" -d "{\"name\": \"John Doe\"}"
#window添加转义字符 \
1. curl -X PUT "localhost:9200/customer/_doc/1?pretty" -H "Content-Type: application/json" -d "{\"name\": \"John Doe\"}"