export interface ApiKeyPostBody {
  api_key: string;
  base_url: string;
  group_id?: string;
}
