Authorization: Bearer ********************
{
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
"beginTime": "string",
"endTime": "string"
}
curl --location --request POST '/api/services/app/device/screen/wirerope/getArea' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
"beginTime": "string",
"endTime": "string"
}'
[
{
"createTime": "2019-08-24T14:15:22Z",
"mileage": 0
}
]