/V2/notification/toggle
application/json
{"device_token":"{{deviceToken}}"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/notification/toggle' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "device_token": "{{deviceToken}}" }'
No body