export function updateSection(data) {
  return {
    [CALL_API]: {
      data,
      endpoint: `section/${data.id}`,