This is the example code the site gave me,
curl \
-X POST \
-H "Content-Type: application/json" \
-H "X-API-KEY: YOU API KEY" \
--data '{ "query": "{ bitcoin { blocks {count} } }" }' \
graphql.bitquery.io
I tried to replicate it in construct, but this is the best I could do. I think it's the data section that is giving me issues
If you could tell me how to write the code or link some reference material, that would be great, thanks :)