Notification subscriptions
Example notification update request body:
{
"user": {
"first_name": "Homer",
"notifications": [
{
"notif_id": "1ee2e713-027e-60e2-b17b-a61f3c9c0acb",
"notif_status": "disabled"
}
]
}
}Last updated