updateSharedLiveLocation

@PUT(value = "shareLiveLocation/{id}")
abstract fun updateSharedLiveLocation(@Path(value = "id") id: String, @Body updateLocation: UpdateLiveLocationRequest): Call<LiveLocationResponse>