let space_url = function(path) {
        return `https://${stack}/api/v1/spaces/${space}/settings${path}?token=${jwt}`
    }