curl --request GET \
--url http://localhost:2468/v1/desktop/mouse/position{
"x": 123,
"y": 123,
"screen": 123,
"window": "<string>"
}Performs a health-gated mouse position query against the managed desktop.
curl --request GET \
--url http://localhost:2468/v1/desktop/mouse/position{
"x": 123,
"y": 123,
"screen": 123,
"window": "<string>"
}