{
"recordId": "string",
"type": "string",
"metricIds": [
0
]
}
curl --location --request POST '/userPlatform/dy/onlineReport/updateRecordMetric' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordId": "string",
"type": "string",
"metricIds": [
0
]
}'
{
"code": 0,
"message": "",
"data": null
}