Sends report of incorrectly unraveled captcha in recognition service in accordance with APIAntiGate.
function ReportBadCaptcha(aAddress: string; aKey: string; aCaptchaID: integer): string;
//{$MODE PASCAL} var response := ReportBadCaptcha('antigate.com','MyKey', 1000); Log(response);