curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "webnic-twst.com.cn",
"term": 1,
"nameservers": [
"ns1.web.cc",
"ns2.web.cc"
],
"registrantContactId": "WNC969630T",
"administratorContactId": "WNC969630T",
"technicalContactId": "WNC969630T",
"billingContactId": "WNC969630T",
"registrantUserId": "REG100015"
// ,
// "addons": {
// "proxy": true,
// "whoisPrivacy": true
// }
}'