fun getSections(venue: Venue, standUUID: String): <ERROR CLASS>
Get Sections from API server.
Return
awaits for async promise to return list of Sections.
fun getSections(venue: Venue, standUUID: String, success: (result: List<Section>?) -> Unit, failure: (e: Exception) -> Unit): Unit
Get Sections from API server.