const movieRoute = {
  method: 'GET',
  path: '/movies/{movieId?}',
  handler: movieController,
  options: {