pub async fn update_captcha(
    payload: Json<UpdateCaptcha>,
    data: AppData,
    id: Identity
) -> Result<impl Responder, ServiceError>