{}
curl --location --request POST 'http://test-cn.your-api-server.com/system/getDeviceTime' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"timeZone": "string",
"time": "string",
"syncNT": true
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}