shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/collection <<EOF { "name" : "testCollectionUsers", "keyOptions" : { "type" : "autoincrement", "increment" : 5, "allowUserKeys" : true } } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "code" : 200, "error" : false, "waitForSync" : false, "type" : 2, "statusString" : "loaded", "indexBuckets" : 8, "globallyUniqueId" : "h66D61C8E346D/10027", "doCompact" : true, "isSystem" : false, "journalSize" : 33554432, "id" : "10027", "isVolatile" : false, "keyOptions" : { "type" : "autoincrement", "allowUserKeys" : true, "offset" : 0, "increment" : 5, "lastValue" : 0 }, "name" : "testCollectionUsers", "status" : 3 }