Arrow arc in 2D

Trying to make arrow fly in 2D. like if enemy is at point 1, and player is at point 2. it would shoot in arc from enemy to player, any ideas how to do this?

I think it should generally relative with the knowledge of Bezier curve,not sure the unity contains such algorithm or not.