export interface CreateAccountPayload { username: string, password: string }