namespace Femto.Api.Controllers.Posts.Dto; public record AddPostCommentRequest(Guid AuthorId, string Content);