def show
    @category = current_account.categories.find_by id: params[:id]
    if @category
      render json: { category: @category }
    else