curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/domainValidations/approver-list?commonName=webnic.sbs&certAuthority=sectigo' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"baseEmail": [
"administrator@webnic.sbs",
"hostmaster@webnic.sbs",
"postmaster@webnic.sbs",
"webmaster@webnic.sbs"
],
"domainEmail": [
"admin@webnic.sbs"
]
}
}