X-API-KEY: ********************curl --location --request PUT 'https://api.falken.ltd/api/notifications/device-token' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"platform": "string"
}'