shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/user/admin@myapp/database/_system <<EOF { "grant" : "rw" } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "_system" : "rw", "error" : false, "code" : 200 }