export interface ReqBodyLogin { phone?: string; identifier?: string; smsToken?: string; tokenId?: string; }