): Promise<void> {
  switch (req.method) {
    case 'GET':
      await fetchAvailability(req, res);
      break;