curl --location --request PATCH 'https://client-api.nudgescribe.com/v1/cg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "your-workspace-id",
"customer_group_id": "your-customer-group-id",
"group_name": "Premium VIP Customers"
}'{
"customer_group_id": "string",
"account_id": "string",
"workspace_id": "string",
"group_name": "string",
"created_at": "string",
"updated_at": "string",
"created_by": "string",
"updated_by": "string"
}