X-API-Key: ********************curl --location --request PATCH 'https://api.snakk.ai/api/agents/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Support Agent (Updated)",
"temperature": 0.9,
"greeting_message": "Velkommen! Hva kan jeg hjelpe deg med?"
}'{
"agent": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"instructions": "string",
"voice": "string",
"language": "string",
"model": "string",
"phone_number": "string",
"is_active": true,
"mode": "prompt",
"greeting_message": "string",
"transfer_enabled": true,
"transfer_number": "string",
"knowledge_base_enabled": true,
"chat_enabled": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}