add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes
export default apiClient => (effect, action) => {
const { method, url, data } = effect;
return apiClient.request(method, url, data);
}