export interface GetQuoteRequest {
    quote_id: string;
    user_id?: string;
}
