POST
/api/campaigns/{campaign_id}/attach-sender-emails
curl 'https://dedi.emailbison.com/api/campaigns/6/attach-sender-emails' \ --request POST \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --data '{ "sender_email_ids": [1,2,3] }'
DELETE
/api/campaigns/{campaign_id}/remove-sender-emails
curl 'https://dedi.emailbison.com/api/campaigns/6/remove-sender-emails' \ --request POST \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --data '{ "sender_email_ids": [1,2,3] }'