getMenu

@Get(value = "/{menuId}")
suspend fun getMenu(@PathVariable restaurantId: String, @PathVariable menuId: String): HttpResponse<GetMenuResponse>