export type AssociateAccountResponse = { success?: boolean; message: any; data: any; };