i am able to get customer/products/orders, BUT i just cannot get the users from api.
The request is followed the Shopify documents:
curl -X GET “https://your-development-store.myshopify.com/admin/api/2021-10/users.json”
-H “X-Shopify-Access-Token: {access_token}”
keep receiving
{“errors”:“Not Found”}