Gets the current position of the mouse cursor on the screen.
curl --request GET \ --url http://localhost:4242/{computer_name}/api/mouse/position
{ "x": 500, "y": 300 }