getContact

@GetMapping(value = ["/contacts/{id}"])
fun getContact(@PathVariable id: String): ContactResponse(source)