curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/contact/replace' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainList": ["jimtestrestreg15.com", "jimtestrestreg16.com"],
"contactTypeMap": {
"registrant": "WNC968542T",
"administrator": "WNC968543T",
"technical": "WNC968544T",
"billing": "WNC968545T"
}
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": "bbdaec37-4d2a-4303-948f-2cdf4b6ad64c"
}