Hi Support,
Currently I am trying to use Curl to send a simple query GraphQL via API V2.
However , I encountered 400 Bad Request.
I ran this command in Windows 10 command mode directly as following.
curl -X POST -H “Content-Type:application/json” -H “Authorization:xxxxx” “https://api.monday.com/v2” -d ‘{“query”:“{boards{id,name}}”}’ -v
Please kindly advise where should I adjust.
Thank you.
Best Regards,
Steven