We are using this code
curl -d ‘{“webhook”:{“topic”:“subscription_billing_attempts/challenged”,“address”:“https://9232-193-138-245-92.ngrok.io/”,“format”:“json”,“fields”:[“id”,“note”]}}’ -X POST “https://stor.myshopify.com/admin/api/2021-10/webhooks.json**” -H “X-Shopify-Access-Token: {access_token}”
Instead of {access_token} wу are using password from private app , but in this case we are getting this error: {“error”:“Required parameter missing or invalid”} , what can be the cause?
If {access_token} is not a password from private app , so then where can we het {access_token}?