cmr-x-api-key: ********************
{ "autoRenew": true, "subscriptionId": "string" }
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/subscriptions/toggle-autorenewal' \ --header 'cmr-x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "autoRenew": true, "subscriptionId": "string" }'
{ "status": 200, "message": "Auto-renewal has been disabled. Your subscription remains active until the end of the current period.", "data": { "autoRenewal": false }, "actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1" }