authorization: ********************{
"status": "active",
"name": "string",
"deliveryWebhookUrl": "string",
"receivedWebhookUrl": "string",
"disconnectedWebhookUrl": "string",
"connectedWebhookUrl": "string",
"webhookUrl": "string"
}curl --location --request PUT '/instances/' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "active",
"name": "string",
"deliveryWebhookUrl": "string",
"receivedWebhookUrl": "string",
"disconnectedWebhookUrl": "string",
"connectedWebhookUrl": "string",
"webhookUrl": "string"
}'{
"name": "string",
"deliveryWebhookUrl": "https://webhook.site",
"receivedWebhookUrl": "https://webhook.site",
"disconnectedWebhookUrl": "https://webhook.site",
"connectedWebhookUrl": "https://webhook.site",
"webhookUrl": "https://webhook.site/8498babf-0281-49cf-9075-9e5317488faf"
}