curl https://api.usenaive.ai/v1/identity/resources \
-H "Authorization: Bearer nv_sk_live_..."
{
"emails": [
{ "id": "uuid", "address": "research@acme-corp.ai", "local_part": "research", "agent_id": "uuid", "status": "active" }
],
"phone_numbers": [
{ "id": "uuid", "number": "+14155551234", "agent_id": "uuid", "status": "active" }
],
"domains": [
{ "domain": "acme-corp.ai", "status": "verified" }
]
}