curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/bulk/renew' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainRenewalList": [
{
"domainName": "renewDomain1.com",
"term": 1
},
{
"domainName": "renewDomain2.com",
"term": 1
}
]
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"taskId": "10d3744c-2c05-4302-b9c3-1334869085b6",
"action": "renew domain",
"status": "pending",
"total": 2,
"resid": 2740,
"dtcreate": "2024-05-08T15:39:49.953945156+08:00",
"dtmodify": "2024-05-08T15:39:49.953946573+08:00",
"id": 358
}
}