This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Minimum length: 
1Example:
[
  {
    "notificationType": "ARTIST_CREATED",
    "channels": ["email", "in_app", "push"],
    "isEnabled": true
  },
  {
    "notificationType": "ARTIST_DELETED",
    "channels": ["email", "in_app", "push"],
    "isEnabled": true
  }
]