curl -L \
--request POST \
--url 'https://beta.magento.pixiedia.com/V2/auth/logout' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"deviceToken": "dfB6htWQ5eI:APA91bEAXupTzZIBNkX7zDFPo27oZUpSGPbBIjcA4M23T",
"isMobile": true
}'