When calling a rest api with POST I would like to know all information in the response and its header. For example, we need to handle a JWT. How is that possible in MDriven? In the vResponse I get the response body, but I would like to access, for example, the response status code.
Example code:
vResponse := selfVM.RestPost('https://myurl.site.com/app/api/Method','','','MyParams')