const baseUrl = '/api/v1/partner'; export const PARTNER_API_ROUTES = { info: () => `${baseUrl}`, };