AuthResponseDto.java

package com.edtech.dto;

/** Documentação. */
public record AuthResponseDto(UserResponseDto user, String token) {}