{
"suppId": "string",
"grpIdnt": "string"
}
curl --location --request POST 'http://127.0.0.1:8659/snc-mdm/adsSuppGrpScoreIdct/scoringTrend' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"suppId": "string",
"grpIdnt": "string"
}'
{
"returncode": "string",
"data": {
"xAxis": [
"string"
],
"legend": [
"string"
],
"series": [
{
"wkScore": [
"string"
],
"kpi": "string"
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}