/**
     * Shows a list of husbands from the database
     * @return a List of [Husband]
     */
    @GetMapping("/husbands", produces = [MediaType.APPLICATION_JSON_UTF8_VALUE])