updateCategory

@Put(value = "/{categoryId}")
suspend fun updateCategory(@PathVariable restaurantId: String, @PathVariable menuId: String, @PathVariable categoryId: String, @Body request: UpdateCategoryRequest): HttpResponse<UpdateCategoryResponse>