curl --location -g --request POST '/whatsapp-notification-configs/{{companyId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceId": "7e6b30a8-1fb3-4ca7-8e75-dedab0400491",
"recipients": ["+1234567890"]
}'
{
"status": 0,
"error": "string",
"message": "string",
"timestamp": "string",
"path": "string"
}