Authorization: Bearer ********************
{
"deviceDynamicInfoId": "string",
"installTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/Device/ResettingInstallTime' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceDynamicInfoId": "string",
"installTime": "2019-08-24T14:15:22Z"
}'
{}