{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e",
"x":300,
"y":100,
"duration":1000
}
curl --location --request POST '/openapi/press' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId":"6a290cdc0b6db0565955355b157acc090e33f76e",
"x":300,
"y":100,
"duration":1000
}'
{
"code": 0,
"data": true,
"msg": "string"
}