curl --location --request POST '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",
"workspace_id": "your-workspace-id",
"group_name": "Tier 5 Customers",
"created_at": "2025-09-08T18:17:30.444Z",
"updated_at": "2025-09-08T18:17:30.445Z"
},
{
"customer_group_id": "your-customer-group-id",
"workspace_id": "your-workspace-id",
"group_name": "New Prospects",
"created_at": "2025-09-08T18:17:30.445Z",
"updated_at": "2025-09-08T18:17:30.446Z"
}
]