{
"request": {
"token": "string",
"platform": "string"
}
}curl --location 'http://localhost:8100/notifications/notifications/registerToken' \
--header 'Content-Type: application/json' \
--data '{
"request": {
"token": "string",
"platform": "string"
}
}'{
"code": 0,
"result": true,
"error": "string"
}