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