/V2/customer/product/alert/stock/toggle
application/json
{"productId":1,"subscribe":true}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/product/alert/stock/toggle' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "productId": 1, "subscribe": true }'
No body