Unsubscribe from notifications using a signed token.
cURL
curl --request POST \ --url https://api.example.com/api/notifications/unsubscribe \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{}
Token-based unsubscribe request.
Successful Response