Pause contactThis endpoint will pause a contact on a specific campaign from outreach. Endpoint cURLPUT https://api.mailstand.com/contacts/{{contact_id}} Payload Example Send the Campaign ID that you want to pause on the contact level. JSON{ "pause": "camp_abc123" } 200 Response JSON{ status: "ok" }