I just spent a bit of time trying to track down why my endpoints were returning 400 all the time. If only:
URL withPOSTData (const String& postData) const;
Was:
[[nodiscard]] URL withPOSTData (const String& postData) const;
I would have saved a bunch of additional gray hairs.
It would be nice if you could go and fix this in the whole JUCE.
