shareLiveLocation

@POST(value = "shareLiveLocation")
abstract fun shareLiveLocation(@Body shareLocation: ShareLiveLocationRequest): Call<LiveLocationResponse>