No consigo mandar um post em vbnet usando postman

[RoutePrefix("api/clientes")]
public class ClienteController : ApiController { ... }
MF