curl --location --request POST 'https://api.rocketlead.com/api/v1/campaigns//leads/bulk-action' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "pause",
"campaignLeadIds": [
"string"
]
}'