Say I have a request class
public class Request { public string Email { get; set; } }
And in postman I send the request
{