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