Post user token for Android, iOS, or web push notifications
curl --request POST \ --url https://safe.dfda.earth/api/v3/deviceTokens \ --header 'Content-Type: application/json' \ --data '{ "clientId": "<string>", "platform": "<string>", "deviceToken": "<string>" }'
ios, android, or web
The device token
Client id