Saif Ali Shaik —
Following the documentation, a basic `/health` api endpoint works. But if try to GET /api/organization I see: ```401 Unauthorized``` I'm using the API key at: Settings > Your Account > API Keys > Create API Key cURL ```curl -L 'localhost:9000/api/organization' \ -H 'Authorization: Bearer archestra_redacted_AMHqcbsPG'``` Is there something I'm missing?
