ACTIVE and PAUSED.data.status in the response reflects the new state after toggling.{ "data": { "status": "PAUSED" } }curl --location --request POST 'https://customers.coldmailreseller.com/api/v1/integration/mailboxes/warmup/toggle?mailboxId=GP6M2J2DHXM3F2J40S8AP316R2QR' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Warmup paused",
"data": {
"status": "PAUSED"
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}