export function loadSection(id) {
  return {
    [CALL_API]: {
      endpoint: `section/${id}`,
      method: HTTP_METHODS.GET,