Hi
If I run query mutation{create_item (board_id: 786185172, group_id: “topics”, item_name: “test”) {id} from monday.com - new rows create
curl -X POST -H “authorization: xxxxxxxxxxxx” -H “content-type: application/json” --data-binary ‘{“query”:“\mutation{create_item (board_id: 786185172, group_id: "topics", item_name: "test") {id}}\n\n\n”,“variables”:null}’ --compressed https://api.monday.com/v2
Why doesn’t it doesn’t work?
No errors, but no rows created
Please, help to understand why it doesn’t work for me