async fn update_user_secret(
    id: Identity,
    data: AppData
) -> Result<impl Responder, ServiceError>