curl --location -g --request POST '/notification-configs/{{companyId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceType": "agenda",
"channelType": "whatsapp",
"channelConfigId": "14d6c7c2-c620-4c6f-8f7f-b958b8976b98",
"sourceId": "50a30f97-e9a0-42a5-97c1-fc206fdd5c25",
"enabled": true
}'
{
"status": 0,
"error": "string",
"message": "string",
"timestamp": "string",
"path": "string"
}