cURL
curl --request POST \ --url https://api.sternrockcapital.com/campaigns/{campaignId}/lists \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "campaignId": "<string>", "campaignListId": "<string>" }
Creates a new lead list with the given name for the campaign identified by campaignId.
UUID of the campaign
Name for the new campaign list
campaign list created successfully