createCategory

@Post
suspend fun createCategory(@PathVariable restaurantId: String, @PathVariable menuId: String, @Body request: CreateCategoryRequest): HttpResponse<CreateCategoryResponse>