Curl doesn't work

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

Hey @olgase, thanks for this question! I would recommend posting in the developers section of the community so that you can get technical assistance there: FAQs - GraphQL API - monday Community Forum