async deleteCategory (id: ICategoryInfo['id']): Promise<void> {
    await api.delete(`category/${id}`, { requestName: 'delete category' })
  }