pub async fn handle_oper(
    db: &DB,
    oper: Operation
) -> Result<(StatusCode, String), AppError>