post(url, params = {}, data = {}) 
    {
        return this.treatRequest({
            method: "POST",
            url: this.treatUrl(url, params),