def show
    result = ShowGameNight.call(id: params[:id])

    if result.success?
      render json: result.game_night, status: :ok