Unpause contactThis endpoint will unpause/restart 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 unpause/restart on the contact level. JSON{ "restart": "camp_abc123" } 200 Response JSON{ status: "ok" }