Hi,
This is a Shopify API Response (/admin/api/2021-01/customers.json
{"customers":[{"id":123,"email":"abc@gmail.com"},{"id":124,"email":"cba@gmail.com"}]}
But I want to have the header "customer" removed when I get the response.
Is there a command I can put on the url to present the response like this? ↓↓↓
[{"id":123,"email":"abc@gmail.com"},{"id":124,"email":"cba@gmail.com"}]
Thank you!
User | Count |
---|---|
15 | |
8 | |
8 | |
8 | |
6 |