domains to renew all domains under the user. Omit years to renew for 1 year. Billing is charged from the partner wallet.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/domains/renew' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "H8M9JV2S9HMPYFQW393AZHQVD4XM",
"domains": [
"acmecorp.com"
],
"years": 1
}'{
"status": 200,
"message": "Renewal queued for 1 domain.",
"data": [
{
"domainName": "acmecorp.com",
"domainId": "string",
"years": 1,
"renewalPrice": "14.99",
"error": "string"
}
],
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}