curl --location --request GET '/domains/dom_abc123' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "dom_abc123",
"domain": "yourdomain.com",
"status": "ACTIVE",
"ns1": "aspen.ns.cloudflare.com",
"ns2": "kobe.ns.cloudflare.com",
"batchNumber": 1,
"batchId": "batch_abc123",
"createdAt": "2026-03-01T10:00:00.000Z"
}
}