curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/ext-rules?ext=my&ruleType=registration' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"ext": "my",
"rules": {
"proxyRegcon": true,
"proxyAdmcon": true,
"proxyBilcon": false,
"proxyTeccon": false,
"idn": false,
"pendingOrder": false,
"terms": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
],
"whoisPrivacy": false,
"bundle": false,
"verification": false,
"minNs": 2,
"maxNs": 6,
"nsIp": false
}
}
}