curl -L \
--request POST \
--url 'https://beta.magento.pixiedia.com/V2/auth/update/device/token' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"old_token": "OldDeviceToken",
"new_token": "NewDeviceToken"
}'