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