{
"deviceId": 62,
"x": 68,
"y": 66
}curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/device/updateDeviceLocation' \
--header 'x-zm-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 62,
"x": 68,
"y": 66
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": null
}