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

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