X-API-Key: ********************curl --location --request PATCH 'https://api.snakk.ai/api/tools/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"display_name": "Book appointment (v2)",
"webhook_url": "https://example.com/webhooks/book-v2",
"enabled": true
}'{
"tool": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"name": "string",
"display_name": "string",
"description": "string",
"type": "webhook",
"webhook_url": "string",
"webhook_method": "GET",
"webhook_headers": {},
"webhook_body_template": "string",
"webhook_timezone": "string",
"parameters": {},
"transfer_destinations": [
{}
],
"enabled": true
}
}