async removeReaction(data) {
        const request = await fetch('https://slack.com/api/reactions.remove', {
            headers: {
                Authorization: `Bearer ${this.token}`,
            },