Authorization: Bearer ********************
curl --location --request GET 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/toxicity-monitor/real-time'
[
{
"location": "string",
"inlet": "string",
"inletName": "string",
"datas": [
{
"code": "string",
"name": "string",
"latestValue": 0,
"description": "string",
"tsDatas": [
{
"time": "string",
"value": 0
}
]
}
]
}
]