Authorization: Bearer ********************
curl --location --request GET 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/intelligent-dosing/time-series'
[
{
"code": "string",
"onlineValue": [
{
"time": "string",
"value": 0
}
],
"modelValue": [
{
"time": "string",
"value": 0
}
],
"unit": "string"
}
]