Authorization: Bearer ********************{
"groupName": "string",
"receiveUserIds": [
0
],
"copyUserIds": [
0
],
"rectificationUserIds": [
0
],
"sectionReviewer": "string",
"commandPostReviewer": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}curl --location --request POST '/api/services/app/examine/safety/group/crOrUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"groupName": "string",
"receiveUserIds": [
0
],
"copyUserIds": [
0
],
"rectificationUserIds": [
0
],
"sectionReviewer": "string",
"commandPostReviewer": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'