export interface CaptchaRequiredResponse { captcha_key: string; captcha_sitekey: string; captcha_service: string; }