X-API-Key: ********************curl --location 'https://api.snakk.ai/api/agent-builder-configs/' \
--header 'X-API-Key: <api-key>'{
"email": "owner@example.com",
"company_name": "Example AS",
"agent_config": {
"agentName": "Reception agent",
"instructions": "You are a friendly receptionist for Example AS.",
"greetingMessage": "Hi, you've reached Example AS. How can I help you?",
"voice": "cedar",
"language": "no"
}
}