Request from httpclient issue

I am new here.

Tried to get shop info from the api, but didn’t work, not sure what is wrong, any help would be great!!

command:

curl -X POST https://{Shop}.myshopify.com/admin/api/2020-04/graphql.json -H ‘X-Shopify-Access-Token:{Password}’
-d ’ {“query”: “query {shop { name }}”}’

error got:

error.png

Hey @mxhyj ,

I can’t tell much from looking at that error, but if I had to guess I’d say your client isn’t populating the {Shop} variable correctly in the URL, since the error seems to mention a curly brace in the URL.

If you provide the X-Request-Id value from the response headers of your call, I can check our logs to confirm what we’re seeing on our end.