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