RegisterTokenDto
tokenstringrequired
Expo Push Token del dispositivo (ExponentPushToken[xxxx])
Example:
ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]platformstring
Plataforma del dispositivo
Possible values: [ios, android, web]
Example:
androidRegisterTokenDto
{
"token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]",
"platform": "android"
}