shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/user <<EOF
{
"user" : "admin@example",
"password" : "secure"
}
EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
{
"user" : "admin@example",
"active" : true,
"extra" : {
},
"changePassword" : false,
"error" : false,
"code" : 201
}