List or search target accounts
curl "https://api.clustr-ai.com/api/public/target-accounts" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "target_accounts": [ { "id": "a1b2c3d4-...", "account_name": "Acme Corp", "account_linkedin_url": "https://www.linkedin.com/company/acme-corp" } ], "count": 1 } }