export interface RequestSubscriptionChangeRequestInterface { businessId?: string; message?: string; phoneNumber?: string; name?: string; }