curl --location --request PUT 'https://app.inboundiq.ai/api/v1/campaign/status' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com",
"websiteUrl": "https://example.com",
"enabled": true
}'{
"status": 200,
"message": "Outreach paused",
"data": {
"email": "john.doe@example.com",
"websiteUrl": "https://example.com",
"enabled": false
}
}