{
    "openapi": "3.0.0",
    "info": {
        "title": "admin controller",
        "description": "admin related api",
        "version": "1.0"
    },
    "paths": {
        "/api/users": {
            "get": {
                "tags": [
                    "Users"
                ],
                "summary": "Get a list of users",
                "operationId": "a765ef6e9d0affb668df90ac2bacd7c6",
                "responses": {
                    "200": {
                        "description": "A list of users"
                    }
                }
            }
        }
    },
    "tags": [
        {
            "name": "Users",
            "description": "Users"
        }
    ]
}