try {
            let response = await fetch(URL, { method: "GET", headers: this.fetchHeader });
            response = this.checkStatus(response);
            return await response.json();
        } catch (e) {