getRestaurantMenus

@Get
suspend fun getRestaurantMenus(@PathVariable restaurantId: String): HttpResponse<GetRestaurantMenusResponse>