Authorization: Bearer ********************
{
"id": "f247da56-c594-4025-9a9a-10b7117f1027",
"userIds": [9]
}
curl --location --request POST '/business/process/carbonCopy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "f247da56-c594-4025-9a9a-10b7117f1027",
"userIds": [9]
}'
{
"timestamp": "string",
"status": 0,
"error": "string",
"message": "string",
"path": "string"
}