curl --location --request PUT 'https://oteapi.webnic.cc/domain/v2/domain-list/registrant' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "nelson-ote",
"domainList": [
"webnic-test-2022.com",
"merekmuwebnic.com"
]
}'{
"code": "3000",
"message": "3 of 3 events processed",
"data": {
"success": [
{
"20240306wbtest.com": {
"subCode": "1000",
"message": "Command completed successfully."
}
},
{
"jimtestrestreg15.com": {
"subCode": "1000",
"message": "Command completed successfully."
}
},
{
"webtest.ac": {
"subCode": "1000",
"message": "Command completed successfully."
}
}
],
"fail": []
}
}