{
"groupId": 10,
"infoVoList": [
{
"fileId": 1,
"fileType": "doc"
}
]
}curl --location --request POST '/ukgsevice/group/correlationGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 10,
"infoVoList": [
{
"fileId": 1,
"fileType": "doc"
}
]
}'{}