Describe the bug
HttpMateClient:
Empty body values are being deserialized using MapMate and that causes the requests to fail, even though empty body is perfectly fine. That is because MapMate is failing deserializing empty strings.
To Reproduce
Issue a request that results in a response from the server, with the response body being empty
Expected behavior
The request should not fail