{
"timezone": "string"
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/v1/device/timezone' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"timezone": "string"
}'{
"code": 0,
"message": "string"
}