export interface IntegrationAdminTokenServiceV1CreateAdminAccessTokenPostBody { username: string; password: string; }