{
"riskInstanceBusinessIds": [
"string"
]
}curl --location --request POST '/open-api/suggest/suggest-repair' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"riskInstanceBusinessIds": [
"string"
]
}'[
{
"instanceId": "",
"localName": "",
"componentList": [
{
"componentId": "",
"componentName": "",
"measureList": [
{
"measureId": 0,
"measureName": "",
"controlType": ""
}
]
}
],
"measureList": [
{
"measureId": 0,
"measureName": "",
"controlType": ""
}
]
}
]