import env from "../index"; const org = `${env.API_URI}/org`; export default { profilePosition: () => `${org}/profile/keycloak/position`, };