Updates the notification preferences for the current user.
notifications:preferences:updatenotificationType: The notification typechannels: The notification channelsisEnabled: Whether the notification is enabledUSER_CREATEDUSER_UPDATEDUSER_DEACTIVATEDUSER_DELETEDUSER_ADDED_TO_SPLITUSER_INVITATION_SENTUSER_REMOVED_FROM_SPLITARTIST_CREATEDARTIST_UPDATEDARTIST_DEACTIVATEDARTIST_DELETEDASSET_CREATEDASSET_UPDATEDASSET_DEACTIVATEDASSET_DELETEDPRODUCT_CREATEDPRODUCT_UPDATEDPRODUCT_DEACTIVATEDPRODUCT_DELETEDPAYMENT_REQUEST_SENTPAYMENT_REQUEST_APPROVEDPAYMENT_REQUEST_REJECTEDPAYMENT_MADE_PROCESSINGPAYMENT_MADE_COMPLETEDPAYMENT_MADE_FAILEDPAYMENT_DELETEDEXPENSE_CREATEDEXPENSE_UPDATEDEXPENSE_DELETEDREVENUE_CREATEDREVENUE_UPDATEDREVENUE_DELETEDEMAILIN_APPPUSHtruefalseJWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
1[
{
"notificationType": "ARTIST_CREATED",
"channels": ["email", "in_app", "push"],
"isEnabled": true
},
{
"notificationType": "ARTIST_DELETED",
"channels": ["email", "in_app", "push"],
"isEnabled": true
}
]