domains to apply the setting to all domains under the user. The response includes per-domain results.curl --location --request PATCH 'https://customers.coldmailreseller.com/api/v1/integration/domains/toggle-auto-renew' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "H8M9JV2S9HMPYFQW393AZHQVD4XM",
"domains": [
"acmecorp.com"
],
"autoRenew": true
}'{
"status": 200,
"message": "Auto-renew toggled on for 1 domain.",
"data": [
{
"domainName": "acmecorp.com",
"domainId": "string",
"autoRenew": true,
"renewalQueuedImmediately": true,
"error": "string"
}
],
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}