Unsubscribe To Email Notification
UnsubscribeToEmailNotification[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/notifications/email/unsubscribe/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"notification_type": "<notification_email_type>", "email": "<email_address>"}'
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/notifications/email/unsubscribe/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"notification_type": "<notification_email_type>", "email": "<email_address>"}'
Unsubscribe a user from an email notification he's subscribed to. Note that an option is to unsubscribe for 30 days.