export const post = {
  get: () => {},
  search: () => {},
  create: () => {},
  update: () => {},
  delete: () => {},
};
