curl --location '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 '{ "timezone": "string" }'
{ "code": 0, "message": "string" }