updateRestaurant

@Put(value = "/{restaurantId}")
suspend fun updateRestaurant(@PathVariable restaurantId: String, @Body request: UpdateRestaurantRequest): HttpResponse<UpdateRestaurantResponse>