public static async getCocoonVersions(): Promise<ICocoonVersion[]> {
        return (await CocoonAPI.request(
            {
                method: "GET",
                url: APIURL.COCOON_VERSIONS,