79279119

Date: 2024-12-13 17:27:22
Score: 1
Natty:
Report link

I think instead of using "{}" string, you can simply replace it with new Object() or new JSONObject() as follows:

requestBody.put("variables", new Object());

OR

requestBody.put("variables", new JSONObject());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prasoon Balara