curl --location -g --request PATCH '/whatsapp-notification-configs/{{companyId}}/{{whatsappNotificationConfigId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceId": "addaa7fd-a22e-446c-af0a-1f83c2451555",
"recipients": ["5519988111891"]
}'
{
"status": 0,
"error": "string",
"message": "string",
"timestamp": "string",
"path": "string"
}