getRestaurant

@Get(value = "/{restaurantId}")
suspend fun getRestaurant(@PathVariable restaurantId: String): HttpResponse<GetRestaurantResponse>