export interface ShopeeBaseResponse { request_id: string error?: string message: string }