GET /openapi/admin/api/v1/team
curl 'https://app.memorylake.cn/openapi/admin/api/v1/team' \
-H 'Authorization: Bearer sk-admin-xxxxxx'
响应
object
{
"success": true,
"message": "Operation completed successfully",
"data": {
"id": "74be678f61e34ace95530080a6562bfa",
"name": "Acme Research",
"type": "org",
"owner_principal_id": "32bc58d62b5c4a05a069d5d083f4dd72",
"created_at": 1755000000,
"caller_role": "tenant_owner"
}
}