curl --location --request PATCH 'https://client-api.dev.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": "your-customer-group-id",
"workspace_id": "your-workspace-id",
"group_name": "Premium VIP Customers",
"created_at\t": "2025-09-08T18:18:21.462Z",
"updated_at\t": "2025-09-08T18:18:21.462Z"
}