x-api-key: ********************{
"devId": "string"
}curl --location '/maintenance/indicators' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"devId": "string"
}'{
"status": 0,
"data": [
{
"itemNo": 0,
"itemName": "string",
"value": 0
}
]
}