namespace EnvelopeGenerator.API.Models; /// /// Request body for the envelope-receiver login endpoint. /// /// The access code sent to the receiver. public record EnvelopeReceiverLogin(string? AccessCode = null);