public class EmailAttachement { @Size(max=5_000_000) private byte[] attachement; Calling the /attachements endpoint with an slightly to large payload (6mb) leads to ...