func CollectionsListHandler(c *gin.Context) {
    var err *HttpError
    var resp interface{}

    switch c.Request.Method {