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 { "error" : false, "code" : 200, "status" : 3, "statusString" : "loaded", "name" : "testCollectionUsers", "keyOptions" : { "type" : "autoincrement", "allowUserKeys" : true, "offset" : 0, "increment" : 5, "lastValue" : 0 }, "type" : 2, "indexBuckets" : 8, "globallyUniqueId" : "h1AA24B099AC2/11472", "doCompact" : true, "waitForSync" : false, "id" : "11472", "isSystem" : false, "journalSize" : 33554432, "isVolatile" : false }