addSegments

@POST(value = activity/addSegment)
abstract fun addSegments(@Body() payloads: List<Map<String, Any>>): Observable<ResponseBody>