{
"kpiIdList": [
"string"
],
"products": [
{
"devices": [
"string"
],
"productKey": "string"
}
]
}
curl --location --request POST '/kpi/data/current/device?action=' \
--header 'Content-Type: application/json' \
--data-raw '{
"kpiIdList": [
"string"
],
"products": [
{
"devices": [
"string"
],
"productKey": "string"
}
]
}'
{
"_embedded": {},
"code": 0,
"message": "string",
"timestamp": "string"
}