{ "finger": 1, "x": 100, "y": 100 }
curl --location --request POST 'http://127.0.0.1:46952/api/touch/move' \ --header 'Content-Type: application/json' \ --data-raw '{ "finger": 1, "x": 100, "y": 100 }'
ok