curl -XPOST "http://localhost:9200/myindex/tweet/" -d'
{
"content": "Hello World!",
"postDate": "2009-11-15T14:12:12"
}'
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
using ES 6, ubuntu 16.04
anyone can point the error i doing ?