data.autoRenewal in the response reflects the new state.{
"subscriptionId": "sub_V2M9KP3XAQZL",
"autoRenew": true
}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 '{
"subscriptionId": "sub_V2M9KP3XAQZL",
"autoRenew": true
}'{
"status": 200,
"message": "Auto-renewal has been enabled.",
"data": {
"autoRenewal": true
},
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}