export default async function (payload: unknown = undefined) {
  return 'Hello world';
}
