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