listGroupContacts

@GetMapping(value = ["/groups/{id}/contacts"])
fun listGroupContacts(@PathVariable id: String): List<ContactResponse>(source)