private async Task<string> HttpPut(string url, StringContent content, string contentType = null,
            bool addToken = false, bool followRedirect = false)
        {
            try
            {