Authorization: ********************curl --location '/v1/notifications/preferences' \
--header 'Authorization: Bearer <token>'{
"preferences": [
{
"type": "string",
"email_enabled": true,
"sms_enabled": true,
"push_enabled": true,
"in_app_enabled": true
}
]
}