The first example you should typically try for a problem like this is the following:
Uniform distribution over $\{1,2,3,4\}$... $A_1 = \{1,2\},A_2=\{1,3\},A_3=\{1,4\}$. (Equivalently worded with coins: Flip two coins. $A_1$ is that the first flip is heads, $A_2$ the second flip is heads, $A_3$ is that the two flips match).
This is a famous counterexample for many basic problems involving independence.
Specifically, note that $A_1,A_2,A_3$ are each pairwise independent but the three are not mutually independent.
$~$
Here, we have $\Pr(A_1\mid A_2)=\Pr(A_1\mid A_3)=\Pr(A_1)=0.5$
$~$
We have that $A_2\cap A_3 = \{1\}$. We have that $\Pr(A_1\mid A_2,A_3)=\Pr(A_1\mid \{1\}) = 1\neq \Pr(A_1\mid A_3)=0.5$