api.getTreatmentsByUser = (userId) => axios.get(`/api/jobs/${userId}`).then(res => res.data);