curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/bulk/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainRegistrationList": [
{
"domainName": "SampleDomain.com",
"term": 1,
"nameservers": [
"ns1.web.cc",
"ns2.web.cc"
],
"registrantContactId": "WNC968072T",
"administratorContactId": "WNC968073T",
"technicalContactId": "WNC968074T",
"billingContactId": "WNC968075T",
"registrantUserId": "REG100078"
},
{
"domainName": "SampleDom2.com",
"term": 1,
"nameservers": [
"ns1.web.cc",
"ns2.web.cc"
],
"registrantContactId": "WNC968072T",
"administratorContactId": "WNC968073T",
"technicalContactId": "WNC968074T",
"billingContactId": "WNC968075T",
"registrantUserId": "REG100078"
}
]
}'