NotificationPreferencesResponse
NotificationPreferencesResponse
User notification preferences response
JSON Example
{
"categories": [
{
"display_name": "string",
"name": "string",
"notification_types": [
{
"display_name": "string",
"name": "string",
"priority": "string"
}
]
}
]
}