addSegment

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