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