export interface CreateTokenRequest { username: string password: string }