cURL
curl --request GET \ --url http://localhost:4242/{computer_name}/api/mouse/position
{ "x": 500, "y": 300 }
Gets the current position of the mouse cursor on the screen.
Successfully retrieved cursor position
The response is of type object.
object