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