[ ClauseType::WHERE => [ 'source_account_id' => 'required|numeric|belongsToUser:accounts,id', ], ClauseType::UPDATE => [ 'destination_account_id' => 'required|numeric|belongsToUser:accounts,id', ], ], ];