curl --location --request POST 'https://client-api.nudgescribe.com/v1/campaign/rerun/initiate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaign_id": "your-campaign-uuid",
"new_customer_group_id": "your-new-customer-group-uuid"
}'{
"success": true,
"rerun_id": "your-campaign-rerun-uuid",
"run_number": 3,
"campaign_status": "Ready for review",
"job_uid": "your-job-uuid",
"archived_count": 10,
"comparison": {
"matched_count": 8,
"new_count": 4,
"orphaned_count": 2
},
"message": "Campaign rerun initiated successfully"
}