put https://example.td.commpeak.com/api/campaign-leads/move-to-campaign
The Move to campaign API endpoint allows you to move leads from one campaign to another. You should specify the following fields in the request body:
Request Body
id
(array of integers) - The Lead IDs of the leads to be moved.
source_campaign_id
(integer) - The ID of the source campaign.
with_preserve_data
(boolean) - Indicates whether to preserve the data while moving the leads.
destination_campaign_id
(integer) - The ID of the destination campaign.