I am creating subitems via API calls. Now I want to include comment text as an Update. It works fine in the playground so I know it’s supported. But I keep getting an 500 response.
{"query": "mutation { create_update (item_id: 9876543210, body: "TEST") { ID } }"}
What am I doing wrong here?