domainExpiryDate to prevent unintended repeat renewal.curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "webnic-ote.com",
"term": 1,
"domainExpiryDate": "2025-12-20"
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"pendingOrder": false,
"dtexpire": "2027-03-15T09:05:13"
}
}