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