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

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