According to the new Zerobounce API validation, there need to be done two changes in the lib:
|
const URI = `https://api.zerobounce.net/v2/` |
const URI = `https://api.zerobounce.net/v2`
|
params.Set("ip_address", IPAddress) |
if len(IPAddress) > 0 {
params.Set("ip_address", IPAddress)
}