public interface PLYAnalyticsRepository.AnalyticsApiService
abstract Response<Void>
sendEvent(@Body() EventBody body)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@POST(value = events) abstract Response<Void> sendEvent(@Body() EventBody body)