curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/check-domain-pattern?domainName=example.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"valid": true
}
}