When I make the following POST request: And when I debug it in IntelliJ, then I see that the payload is empty: If I replace JsonObject with Map<String, Object>, then it starts working (again): ...
Probably a c++ issue, and if I missed some documentation please point me to that and I will work from there. In the framework I have a class Command, which holds as a String a command which has ...