{
event: 'ProjectUpdated',
data: {
userId: uuid,
updated: [ {
projectId: uuid,
updatedFields: {
name: string,
lastUpdate: string,
projectStatusOptionId : uuid,
projectStatusId : uuid,
}
} ]
},
teamId: uuid
}