curl --location -g --request PATCH '/notification-configs/{{companyId}}/{{notificationConfigurationId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceType": "agenda",
"channelType": "whatsapp",
"channelConfigId": "9c77928d-1346-445c-a3be-17cabc775322",
"sourceId": "10fb0aa6-ce46-47af-8e17-4c54d3316862",
"enabled": true
}'
{
"status": 0,
"error": "string",
"message": "string",
"timestamp": "string",
"path": "string"
}