UserConfirmationResponse.java

package cl.tica.portfolio.recipeapi.auth.dto.response;

public record UserConfirmationResponse(String message) {
}