curl --location --request PUT 'https://example.com:30888/notification_logs/'
{
"notification_log": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}