curl --request GET \
--url https://api.nameguard.io/inspect-namehash/{network_name}/{namehash}
const report = await nameguard.inspectNamehash("0x...");
NameGuard will attempt to resolve the name associated with the namehash through the ENS Subgraph,
using the network specified in network_name.
If this resolution succeeds then NameGuard will generate and return a NameGuardReport for the name.
If this resolution fails then NameGuard will return an error.