79278943

Date: 2024-12-13 16:21:02
Score: 1
Natty:
Report link

Rather than string , pass it as new JSONObject()

Replace your line :

requestBody.put("variables", "{}");

with this :

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