{ "opencollection": "1.0.0", "info": { "name": "Milvus REST Collections Users API", "version": "2.5.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/users/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "List users", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/users/list" }, "docs": "List users" } ] } ], "bundled": true }